Exago .NET API Documentation
Nodes Property
WebReports.UI.Controls Namespace > TreeNode Class : Nodes Property
Returns a TreeNodeCollection object containing all of this node's child nodes (branches).
Syntax
public TreeNodeCollection Nodes {get;}

Property Value

A TreeNodeCollection object with the nodes (branches) of this TreeNode. If this TreeNode is a leaf (it has no branches) then the collection will be empty.
See Also

Reference

TreeNode Class
TreeNode Members