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 | |
---|---|---|
![]() |
Initializes a new instance of the NumericUpDown class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value, indicating whether empty input will be considered valid. |
|
![]() |
Gets or sets a value indicating whether the control will post back to the server when the value has changed. |
|
![]() |
Gets or sets a value indicating whether the value should auto reverse when going below Minimum or above Maximum. |
|
![]() |
Gets or sets the number system that the control uses. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the culture of the control. |
|
![]() |
Gets or sets the number of digits to display after the floating point. |
|
![]() |
Gets or sets the display type of the control. |
|
![]() |
Gets or sets the height of the control. |
|
![]() |
Gets or sets the maximum possible value. |
|
![]() |
Gets or sets the minimum possible value. |
|
![]() |
Gets or sets a value indicating whether the up and down buttons are visible. |
|
![]() |
Gets or sets a value indicating whether the control will display the group separator. |
|
![]() |
Gets or sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. |
|
![]() |
Gets or sets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets or sets the alignment of the text inside the control. |
|
![]() |
Gets or sets the theme applied to the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the validation state of the control changes. |
|
![]() |
Gets or sets the value of the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the value changes |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the numeric input is invalid. |
|
![]() |
Gets or sets the width of the control. |
Name | Description | |
---|---|---|
![]() |
Object.ToString override. |
Name | Description | |
---|---|---|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the ValueChanged event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
![]() |
Raised when the value changes. |