Skip to content

ValidationSummaryWidget

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Renders a summary of all validation errors from the parent form. Displays each error as a themed line of text. When there are no errors, renders nothing.

csharp
public sealed record ValidationSummaryWidget : Hex1bWidget, IEquatable<Hex1bWidget>, IEquatable<ValidationSummaryWidget>

Inheritance

ObjectHex1bWidgetValidationSummaryWidget

Implements

Remarks

Use form.ValidationSummary() inside a form builder to add an aggregated error display. For custom error rendering, use form.ValidationErrors instead.

Released under the MIT License.