Assembly: WebForms;
The IWebTreeControl interface contains basic properties and methods of components displaying tree-like hierarchical structures.
IWebTreeControl
The interface is basic for the following interfaces:
Property name | Brief description | |
Nodes | The Nodes property determines a collection of tree nodes. | |
Selection | The Selection property returns the collection of selected tree nodes. |
Property name | Brief description | |
Color | The Color property determines a component background color. | |
Enabled | The Enabled property determines whether the component is available for the user. | |
Text | The Text property determines the row identifying the component for the user. | |
Visible | The Visible property determines whether the component is displayed when a form is executed. |
See also: