DomainUpDown
Wisej.Web.DomainUpDown
Last updated
Was this helpful?
Wisej.Web.DomainUpDown
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a spinner control that displays string values.
Initializes a new instance of the class.
: A collection of objects assigned to the spinner control.
Throws:
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the index value of the selected item.
The assigned value is less than the default, -1; or the assigned value is greater than the count.
: Returns or sets the selected item based on the index value of the selected item in the collection.
: Returns or sets whether the item collection is sorted.
: Returns or sets the text associated with this control.
Fired when the property has been changed.
Fired when the property has changed.
All wisej controls derived from the class must implement this interface.