title | page_title | description | position | previous_url | slug |
---|---|---|---|---|---|
Read-Only Mode |
.NET MAUI NumericInput Documentation - Read-Only Mode |
Learn more about the read-only mode in the Telerik UI for .NET MAUI NumericInput control. |
4 |
/controls/numericinput/numericinput-read-only-mode |
numericinput-read-only-mode |
The NumericInput supports read-only mode in which the end user cannot type into the input field. Updating the value is possible only through the Increase and Decrease buttons.
To enable the read-only mode, set IsReadOnly
to True
:
The following image shows the result:
- [Configuration]({%slug numericinput-configuration%})
- [Customization]({%slug numericinput-customization%})