Select theme:

Material 3
warning

You are viewing the legacy Radzen documentation.

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 docs

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