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 value should be automatically constrained to Minimum or Maximum. |
|
![]() |
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 a value indicating which library will be used in the control's client-side scripts. |
|
![]() |
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 data item bound to the control. |
|
![]() |
Gets or sets the field from the data source to bind to the Value property 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 a value indicating the control has its Theme property set to a specified value. |
|
![]() |
Gets or sets the caption of the control. |
|
![]() |
Gets or sets the caption alignment. |
|
![]() |
Gets or sets the license key 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 the display text of the control. |
|
![]() |
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 | |
---|---|---|
![]() |
WebControl.TagKey override. |
Name | Description | |
---|---|---|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
|
![]() |
Object.ToString override. |
Name | Description | |
---|---|---|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the ValueChanged event. |
|
![]() |
DataBoundControl.PerformDataBinding override. |
|
![]() |
DataBoundControl.PerformSelect override. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when the value changes. |