# Numeric Box

## Content



Display and edit numeric values in your WPF Application! **NumericBox for WPF** provides a numeric text box control, C1NumericBox, 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-input-net/dotnet-api/C1.WPF.Input/C1.WPF.Input.C1NumericBox.IsReadOnly.html) property is set to **True**.

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

*   **Flexible Formatting**

The [Format](/componentone/api/wpf/online-input-net/dotnet-api/C1.WPF.Input/C1.WPF.Input.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-input-net/overview/numericbox/WorkingNumericBox)

[Quick Start](/componentone/docs/wpf/online-input-net/overview/numericbox/numeric-box-quick-start)