Click or drag to resize
Accord.NET (logo)

TreeNodeTNode Properties

The TreeNodeTNode generic type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
Public propertyIndex
Gets or sets the index of this node in the collection of children nodes of its parent.
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
Public propertyNext
Gets the next sibling of this node (the node immediately next to it in its parent's collection).
Public propertyParent
Gets or sets the parent of this node.
Public propertyPrevious
Gets the previous sibling of this node.
Top
See Also