Gets the collection of Node objects assigned to the current node.
A NodeCollection that represents the nodes assigned to the current node.
The Nodes property can hold a collection of other Node objects. Each of the node in the collection has a Nodes property that can contain its own NodeCollection. This nesting of nodes can make it difficult to navigate a tree structure.
Node Class | Resco.Controls.AdvancedTree Namespace