IGrid.CustomValidators Property
In This Article
Allows you to declare custom validator components.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
RenderFragment CustomValidators { get; set; }
#Property Value
Type | Description |
---|---|
Render |
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