Select theme:
This guide demonstrates how to use the NumericRangeValidator component.
The NumericRangeValidator will show its Text property unless the value of its Component is within the specified range.
Name | Type | Default | Description |
---|---|---|---|
Name | string | 'numericRangeValidator' + index suffix | Unique name of NumericRangeValidator. |
Text | string | 'Not in the valid range' | The text that the validator will display. |
Min | number/expression | The minimum number value. | |
Max | number/expression | The maximum number value. | |
Component | string | null | The Name of a input component. |
Visible | boolean/expression | true | Is the NumericRangeValidator visible. |
The NumericRangeValidator is used to verify that value of an Numeric component is within the specified range. You can specify Min, Max or both.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: