Click or drag to resize
Accord.NET (logo)

ITreeNode< TNode> Properties

The ITreeNode< TNode> generic type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
Top
See Also