Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsThis 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.
Start FreeSelect theme: