IWebTreeSelection

Assembly: WebForms;

Description

The IWebTreeSelection interface is used to work with the collection of selected nodes.

Inheritance Hierarchy

IWebTreeSelection

Comments

The collection of selected nodes can be obtained using the IWebTreeControl.Selection property.

Properties

  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:

WebForms Assembly Interfaces