TreeViewComboBox
Wisej.Web.TreeViewComboBox
Last updated
Was this helpful?
Wisej.Web.TreeViewComboBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
The TreeViewComboBox control represents a control with a as the drop down panel.
Initializes a new TreeViewComboBox control.
Throws:
Throws:
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the image-list index value of the default image that is displayed by the tree nodes. (Default: -1
)
The specified index is less than -1.
: Returns or sets the key of the default image for each node in the control when it is in an unselected state. (Default: ""
)
: Returns or sets the that contains the objects that are used by the tree nodes. (Default: null
)
: Returns the collection of tree nodes that are assigned to the tree view control.
: Returns or sets the number of items to prefetch outside of the visible area when is set to true. The default is 0 (disabled). (Default: 0
)
: Returns or sets the index of the currently selected item.
The specified index is less than -1; o the specified index is greater than the number of items in the combo box.
: Returns or sets the selected node in the drop down control.
: Returns or sets the text associated with this control. (Default: ""
)
: Returns the control associated with this .
: Returns or sets the implementation of to perform a custom sort of the nodes.
: Enables or disables virtual scrolling for the . When virtual scrolling is enabled, only the visible nodes are rendered in the browser allowing the to host virtually unlimited nodes without any performance loss. (Default: False
)
When is set to true, all the nodes must be of the same height, limiting the more flexible HTML rendering in the nodes available when is off (default). Setting the property to a value greater than 0 allows the virtual view to prefetch the specified number of items outside of the visible area to enable smoother scrolling.
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.
Provides access to the property and event for controls that implement this interface.
All wisej controls derived from the class must implement this interface.