Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 889 Bytes

read-only-mode.md

File metadata and controls

25 lines (17 loc) · 889 Bytes
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

.NET MAUI 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:

.NET MAUI NumericInput Read-Only mode

See Also

  • [Configuration]({%slug numericinput-configuration%})
  • [Customization]({%slug numericinput-customization%})