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
Numeric
Formats value using fixed point notation using thousand separator.
Declaration
public const ValueFormat Numeric
Field Value
Percentage
Formats value in percentage notation, according to a decimal value.
Declaration
public const ValueFormat Percentage
Field Value
value__
Declaration
public int value__
Field Value
System.
|