Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.42 KB

overview.md

File metadata and controls

41 lines (26 loc) · 2.42 KB
title page_title description position previous_url slug
Overview
.NET MAUI NumericInput Documentation - Overview
Try now the Telerik NumericInput for .NET MAUI delivering a set of options for customizing numeric input values.
0
/controls/numericinput/numericinput-overview
numericinput-overview

.NET MAUI NumericInput Overview

Telerik UI for .NET MAUI NumericInput is a customizable input control for numeric data. It allows the user to set and edit a number by using the Decrease and Increase buttons or by directly entering it in the input field.

.NET MAUI NumericInput Overview

Key Features of the .NET MAUI NumericInput

  • [Minimum and maximum values]({% slug numericinput-configuration%}#input-range %})—The NumericInput allows you to restrict the input value through setting its Minimum and Maximum properties.

  • [Incremental steps]({%slug numericinput-configuration%}#step-for-increment-and-decrement-value)—You can define the step that will be applied to the input value upon each decrease or increase action.

  • [Customizable button text]({%slug numericinput-customization%}#numeric-input-buttons-text)—You can also specify the text of the Increase and Decrease buttons, so that it’s applicable to your scenario.

  • [Input value formatting]({%slug numericinput-numeric-string-format%})—The NumericInput provides you with the option to define the format of its numeric value.

  • [Read-only mode]({%slug numericinput-read-only-mode%})—You can prevent users from typing into the input field and allow them to update the value only through the Increase and Decrease buttons.

  • [Null Value support]({%slug numericinput-configuration%}#null-valuesupport)—The control accepts null values.

  • [Commands support]({%slug numericinput-commands%})—The NumericInput provides commands for defining custom functionalities upon decrease and increase actions.

Next Steps

  • [Getting Started with Telerik UI for .NET MAUI NumericInput]({%slug numericinput-getting-started%})

See also