ValueFormat
Enum
UpDownMode determines the format of the value.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum ValueFormat
Fields
Formats value in currency notation.
C#
Currency = 1
1
Formats value using fixed point notation using thousand separator.
C#
Numeric = 0
0
Formats value in percentage notation, according to a decimal value.
C#
Percentage = 2
2