# Numeric Box

## Content

Display and edit numeric values in your WPF and Silverlight Applications! **NumericBox for WPF and Silverlight** provides a numeric text box control, [C1NumericBox](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1NumericBox.html), which is similar to the standard Windows Forms **NumericUpDown** control and provides functionality for numeric input and editing right out of the box.

The **C1NumericBox** control contains a single numeric value that can be incremented or decremented by clicking the up or down buttons of the control. The user can also enter in a value, unless the [IsReadOnly](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1NumericBox.IsReadOnly.html) property is set to **True**.

Make the most of **NumericBox for WPF and Silverlight** by taking advantage of the following key features:

* **Flexible Formatting**

The [Format](/componentone/api/wpf/online-basiclibrary/dotnet-framework-api/C1.WPF.4.6.2/C1.WPF.C1NumericBox.Format.html) property enables you to use the familiar .NET format strings to display data in any way you wish.

* **Numeric Range Support**

Easily change the maximum and minimum values allowed for the editor.

* **Up/Down Buttons**

The **C1NumericBox** control includes up/down buttons to increment or decrement the value.

## See Also

[NumericBox Elements](/componentone/docs/wpf/online-basiclibrary/overview/NumericBox/WorkingNumericBox)