Click or drag to resize
NumericTextBoxSetting Properties

The NumericTextBoxSetting type exposes the following members.

Properties
  Name Description
Public property AllowRounding
Public property Culture
Gets or sets the culture used by NumericTextBoxSetting to format the numburs.
Public property DecimalDigits
Gets or sets the number of decimal places to use in numeric values
Public property DecimalSeparator
Gets or sets the string to use as the decimal separator in values.
Public property GroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in values.
Public property GroupSizes
Gets or sets the number of digits in each group to the left of the decimal in values.
Public property InvalidStyleDuration
Public property MaxValue
Gets or sets the largest possible value of a NumericTextBoxSetting.
Public property MinValue
Public property NegativeCssClass
Public property NegativePattern
Gets or sets the format pattern for negative values.
Public property PositivePattern
Gets or sets the format pattern for positive values.
Public property Type
Top
See Also