IGrid.CustomValidators Property
Allows you to declare custom validator components.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment CustomValidators { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | A template (render fragment) that allows you to declare custom validators. |
Remarks
Refer to the CustomValidators property description for more information and an example.
See Also