IHandler Properties |
The NumericStepperIHandler type exposes the following members.
Name | Description | |
---|---|---|
CultureInfo |
Specifies the culture to show the numeric value in (default is CurrentCulture).
| |
DecimalPlaces |
Gets or sets the number of digits to display after the decimal.
| |
FormatString |
Gets or sets the format string for the display of the numeric value.
| |
Increment |
Gets or sets the value to increment when the user clicks on the stepper buttons.
| |
MaximumDecimalPlaces |
Gets or sets the maximum number of decimal places that can be shown.
| |
MaxValue |
Gets or sets the maximum value that can be entered.
| |
MinValue |
Gets or sets the minimum value that can be entered.
| |
ReadOnly |
Gets or sets a value indicating whether this NumericStepper is read only.
| |
TextColor |
Gets or sets the color of the text.
| |
Value |
Gets or sets the value.
|