New to Telerik UI for WPF? Download free 30-day trial

Structure

This section defines terms and concepts used in the scope of RadNumericUpDown you have to get familiar with prior to continue reading this help. They can also be helpful when contacting our support service in order to describe your issue better. For more detailed descriptions of the required parts of the control please visit the Required Parts section.

WPF RadNumericUpDown Visual Structure

  • ContentText - returns the string representation of the RadNumericUpDown' value along with the complete formatting defined by NumericUnit, ValueFormat and NumberFormatInfo properties.

  • Increase - a repeat button used to increment the value by the current value of SmallChange property.

  • Decrease - a repeat button used to decrement the value by the current value of SmallChange property.

In this article