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 LengthValidator component.
The LengthValidator will show its Text property unless the value of its Component is within the specified character length.
| Name | Type | Default | Description |
|---|---|---|---|
| Name | string | 'lengthValidtor' + index suffix | Unique name of LengthValidator. |
| Text | string | 'Invalid length' | The text that the validator will display. |
| Min | number/expression | The minimum target character length. | |
| Max | number/expression | The maximum target character length. | |
| Component | string | null | The Name of a input component. |
| Visible | boolean/expression | true | Is the LengthValidator visible. |
The LengthValidator is used to verify that value of an input component (e.g. TextBox) is within specified character length. 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: