IWebTreeNodes

Assembly: WebForms;

Description

The IWebTreeNodes interface is used to work with a collection of tree nodes.

Inheritance Hierarchy

IWebTreeNodes

Comments

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

Properties

  Property name Brief description
Count The Count property returns the number of nodes in the collection.
FirstNode The FirstNode property returns the first node in the collection.
Item The Item property returns the tree node with the specified index.

Methods

  Method name Brief description
Add The Add method creates a new tree node with specified text.
AddChild The AddChild method creates a new child node with specified text in the tree for the specified node.
AddToRoot The AddToRoot method creates a node in the tree root.
Clear The Clear method clears all nodes from the collection.
Delete The Delete method deletes the specified node from the collection.
DeselectAll The DeselectAll method deselects all nodes.
FindById The FindById method searches for a node by unique numeric identifier.
FindByText The FindByText method searches for a node by text.
SelectAll The SelectAll method selects all nodes.

See also:

WebForms Assembly Interfaces