Represents a numeric text box with buttons to increase or decrease the displayed value. The following tables list the members exposed by the NumericUpDown type.
|
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various Dom elements, part of the control's structure |
Name | Description | |
---|---|---|
![]() |
Decrements the value of the control. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether empty input will be considered valid. |
|
![]() |
Gets a value indicating whether the control will post back to the server when the value has changed. |
|
![]() |
Gets a value indicating whether the value should auto reverse when going below minimum or above maximum. |
|
![]() |
Gets the number system that the control uses. |
|
![]() |
Gets the CultureInfo object, that the control uses. |
|
![]() |
Gets the number of digits to display after the floating point. |
|
![]() |
Gets the display type of the control. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Gets the maximum possible value. |
|
![]() |
Gets the minimum possible value. |
|
![]() |
Gets a value indicating whether the up and down buttons are visible. |
|
![]() |
Gets a value indicating whether the control will display the group separator. |
|
![]() |
Gets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. |
|
![]() |
Gets the validation state of the control |
|
![]() |
Gets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets the value of the control. |
|
![]() |
Gets the numerical value as formatted string. |
|
![]() |
Increments the value of the control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the control for a subsequent postback. |
|
![]() |
Sets a value indicating whether empty input will be considered valid. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the value has changed. |
|
![]() |
Sets a value indicating whether the value should auto reverse when going below minimum or above maximum. |
|
![]() |
Sets the number system that the control should use. |
|
![]() |
Sets the CultureInfo object, that the control should use. |
|
![]() |
Sets the number of digits to display after the floating point. |
|
![]() |
Sets the display type of the control. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets the maximum possible value. |
|
![]() |
Sets the minimum possible value. |
|
![]() |
Sets a value indicating whether the up and down buttons should be visible. |
|
![]() |
Sets a value indicating whether the control should display the group separator. |
|
![]() |
Sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. |
|
![]() |
Sets a value indicating whether the control should submit the form on pressing the Enter key. |
|
![]() |
Sets the value of the control. |