ListViewComboBox
Wisej.Web.ListViewComboBox
Last updated
Wisej.Web.ListViewComboBox
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
Initializes a new ListViewComboBox control.
ColumnHeaderCollection: Returns the collection of all column headers that appear in the control.
Int32: If set, specifies a universal height for all ListView items. (Default: -1
)
ListViewItemCollection: Returns a collection containing all items in the control.
ImageList: Returns or sets the ImageList to use to display the main icon in the ListViewItem elements. (Default: null
)
ListView: Returns the ListView control associated with this ListViewComboBox.
Int32: Returns or sets the index of the currently selected item.
Throws:
ArgumentOutOfRangeException The specified index is less than -1; o the specified index is greater than the number of items in the combo box.
ListViewItem: Returns or sets the selected item in the drop down ListView control.
ImageList: Returns or sets the ImageList to use to display the main icon in the ListViewItem elements. (Default: null
)
String: Returns or sets the text associated with this control. (Default: ""
)
View: Returns or sets how items are displayed in the control. (Default: Details
)
Name | Description |
---|---|
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that 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.