TreeNodeTNode Properties |
The TreeNodeTNode generic type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets or sets the collection of child nodes
under this node.
| |
Index |
Gets or sets the index of this node in the
collection of children nodes of its parent.
| |
IsLeaf |
Gets whether this node is a leaf (has no children).
| |
Next |
Gets the next sibling of this node (the node
immediately next to it in its parent's collection).
| |
Parent |
Gets or sets the parent of this node.
| |
Previous |
Gets the previous sibling of this node.
|