MobileForms Toolkit Documentation

Node.Nodes Property

Gets the collection of Node objects assigned to the current node.

public virtual NodeCollection Nodes {get;}

Property Value

A NodeCollection that represents the nodes assigned to the current node.

Remarks

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.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace