| NumericTextBoxSetting Class |
Namespace: Kettic.AspNet.Controls
The NumericTextBoxSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericTextBoxSetting |
| Name | Description | |
|---|---|---|
| Validate(TextBox) | (Overrides InputSettingValidate(TextBox).) | |
| Validate(TextBox, Object) | (Overrides InputSettingValidate(TextBox, Object).) |
| Name | Description | |
|---|---|---|
| AllowRounding | ||
| Culture |
Gets or sets the culture used by NumericTextBoxSetting to format
the numburs.
| |
| DecimalDigits | Gets or sets the number of decimal places to use in numeric values | |
| DecimalSeparator | Gets or sets the string to use as the decimal separator in values. | |
| GroupSeparator |
Gets or sets the string that separates groups of digits to the left of the
decimal in values.
| |
| GroupSizes |
Gets or sets the number of digits in each group to the left of the decimal in
values.
| |
| InvalidStyleDuration | ||
| MaxValue |
Gets or sets the largest possible value of a
NumericTextBoxSetting.
| |
| MinValue | ||
| NegativeCssClass | ||
| NegativePattern | Gets or sets the format pattern for negative values. | |
| PositivePattern | Gets or sets the format pattern for positive values. | |
| Type |