Click or drag to resize

TreeNodeT Properties

The TreeNodeT generic type exposes the following members.

Properties
  NameDescription
Public propertyDepth
Gets the depth of the node in tree.
Public propertyLeftChild
Gets the left child node.
Public propertyRightChild
Gets the right child node.
Public propertyValue
Gets the value of the node.
Top
See Also