Select theme:
This guide demonstrates how to use the RequiredValidator component.
Name | Type | Default | Description |
---|---|---|---|
Name | string | 'requiredValidator' + index suffix | Unique name of RequiredValidator. |
Text | string | 'Required' | The text that the validator will display. |
Component | string | null | The Name of a input component. |
Visible | boolean/expression | true | Is the RequiredValidator visible. |
The RequiredValidator is used to verify that an input component (e.g. TextBox, DropDown) has value. It is ideally used inside a TemplateForm component.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: