Enum
ValueFormat

UpDownMode determines the format of the value.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum ValueFormat

Fields

Currency

Formats value in currency notation.

Declaration

cs-api-definition
Currency = 1

Field Value

ValueFormat

1

Numeric

Formats value using fixed point notation using thousand separator.

Declaration

cs-api-definition
Numeric = 0

Field Value

ValueFormat

0

Percentage

Formats value in percentage notation, according to a decimal value.

Declaration

cs-api-definition
Percentage = 2

Field Value

ValueFormat

2

In this article
DefinitionFieldsCurrencyNumericPercentage
Not finding the help you need?
Contact Support