Class ValueFormat
UpDownMode determines the format of the value.
Inheritance
System.Object
ValueFormat
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ValueFormat : Enum
Fields
Currency
Formats value in currency notation.
Declaration
public const ValueFormat Currency
Field Value
ValueFormat
1 |
Numeric
Formats value using fixed point notation using thousand separator.
Declaration
public const ValueFormat Numeric
Field Value
ValueFormat
0 |
Percentage
Formats value in percentage notation, according to a decimal value.
Declaration
public const ValueFormat Percentage
Field Value
ValueFormat
2 |
value__
Declaration
public int value__
Field Value
System.Int32
|