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