NumericUpDown
Wisej.Web.NumericUpDown
Last updated
Was this helpful?
Wisej.Web.NumericUpDown
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a spinner control that displays numeric values.
Initializes a new instance of the class.
: Returns or sets the number of decimal places to display in the spin box (also known as an up-down control). (Default: 0
)
Throws:
Throws:
Throws:
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
The value assigned is less than 0; or the value assigned is greater than 99.
: Returns or sets whether the spin box (also known as an up-down control) should display the value it contains in hexadecimal format. (Default: False
)
: Returns or sets the value to increment or decrement the spin box (also known as an up-down control) when the up or down buttons are clicked. (Default: 1
)
The assigned value is not greater than or equal to zero.
: Returns or sets the maximum value for the spin box (also known as an up-down control). (Default: 100
)
: Returns or sets the minimum allowed value for the spin box (also known as an up-down control). (Default: 0
)
: Returns or sets the assigned to the spin box (also known as an up-down control) with the difference that when the text is empty it returns null.
This property should be used when the may hold a null value and it's bound to a database nullable column. Throws:
The assigned value is less than the property value; or the assigned value is greater than the property value.
: Returns or sets a string to display after the value. (Default: ""
)
: Returns or sets a string to display before the value. (Default: ""
)
: Returns or sets whether a thousands separator is displayed in the spin box (also known as an up-down control) when appropriate. (Default: False
)
: Returns or sets the value assigned to the spin box (also known as an up-down control). (Default: 0
)
The assigned value is less than the property value; or the assigned value is greater than the property value.
Fired when the property has been changed in some way.
Represents a control that can be hosted in a .
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.