.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.

Telerik Maui Ninja image

The NumericInput is part of , the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

.NET MAUI NumericInput Overview

Key Features

  • Minimum and maximum values—The NumericInput allows you to restrict the input value through setting its Minimum and Maximum properties.

  • Incremental steps—You can define the step that will be applied to the input value upon each decrease or increase action.

  • Customizable button text—You can also specify the text of the Increase and Decrease buttons, so that it’s applicable to your scenario.

  • Input value formatting—The NumericInput provides you with the option to define the format of its numeric value.

  • 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—The control accepts null values.

  • Commands support—The NumericInput provides commands for defining custom functionalities upon decrease and increase actions.

Next Steps

See also

In this article