DomainUpDown
Wisej.Web.DomainUpDown
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a spinner control that displays string values.
public class DomainUpDown : UpDownBase
Constructors
DomainUpDown()

Initializes a new instance of the NumericUpDown class.
Properties
Items

DomainUpDownItemCollection: A collection of objects assigned to the spinner control.
SelectedIndex

Int32: Returns or sets the index value of the selected item.
Throws:
ArgumentOutOfRangeException The assigned value is less than the default, -1; or the assigned value is greater than the Items count.
SelectedItem

Object: Returns or sets the selected item based on the index value of the selected item in the collection.
Sorted

Boolean: Returns or sets whether the item collection is sorted.
Text

String: Returns or sets the text associated with this control.
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 " ".
Events
SelectedItemChanged

EventHandler Fired when the SelectedItem property has been changed.
SortedChanged

EventHandler Fired when the Sorted property has changed.
Implements
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?