RadControls for WPF

UpDownMode determines the format of the value.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.2.611.40

Syntax

C#
public enum ValueFormat
Visual Basic
Public Enumeration ValueFormat

Members

Member nameValueDescription
Numeric0 Formats value using fixed point notation using thousand separator.
Currency1 Formats value in currency notation.
Percentage2 Formats value in percentage notation, according to a decimal value.

See Also