IWebTreeNode

Assembly: WebForms;

Description

The IWebTreeNode interface is used to work with a tree node.

Inheritance Hierarchy

IWebTreeNode

Comments

A tree node can be obtained using properties and methods of the IWebTreeNodes interface.

Properties

  Property name Brief description
Data The Data property is used to store any custom data.
Id The Id property returns the unique numeric identifier of the node.
NextNode The NextNode property returns the next nodes relative to the current mode.
Parent The Parent property returns parent node.
PreviousNode The PreviousNode property returns the previous node relative to the current node.
Selected The Selected property determines whether a node is selected.
Text The Text property determines a node text.

See also:

WebForms Assembly Interfaces