DomainUpDown
Represents a spinner control that displays string values.
Last updated
Was this helpful?
Represents a spinner control that displays string values.
Last updated
Was this helpful?
A Wisej.NET DomainUpDown
control displays a single string value selected from an Object
collection by clicking the up or down buttons. Users can enter text in the control unless the ReadOnly
property is set to true
(the string must match an item in the collection). When an item is selected, the object converts to a string value for display in the spin box.
For a full list of properties, methods and events see the API documentation.
The DomainUpDown
control supports the inline Label property. This allows setting a label in relation to a DomainUpDown
control without creating an additional Label
control.
Class name
"wisej.web.DomainUpDown"
Theme appearance
Child components
"upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield.
Source code
"spinner", see .