Select theme:

Material 3

NumericRangeValidator (Angular)link

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.

NumericRangeValidator Propertieslink

NameTypeDefaultDescription
Namestring'numericRangeValidator' + index suffixUnique name of NumericRangeValidator.
Textstring'Not in the valid range'The text that the validator will display.
Minnumber/expressionThe minimum number value.
Maxnumber/expressionThe maximum number value.
ComponentstringnullThe Name of a input component.
Visibleboolean/expressiontrueIs the NumericRangeValidator visible.

Usagelink

The NumericRangeValidator is used to verify that value of an Numeric component is within the specified range. You can specify Min, Max or both.

  1. Drag and drop a NumericRangeValidator from the Radzen toolbox.
  2. Set its Component property via the dropdown.
  3. Set the Min and or Max property.
© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3