Assembly: WebForms;
The IWebTreeSelection interface is used to work with the collection of selected nodes.
IWebTreeSelection
The collection of selected nodes can be obtained using the IWebTreeControl.Selection property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of selected tree nodes. |
![]() |
Item | The Item property returns the selected node with the specified index. |
See also: