MobileForms Toolkit Documentation

Node.Expand Method 

Expands the current tree node.

public virtual void Expand();

Remarks

Use the Expand method to conveniently expand the current node.

To expand the current node and all its child nodes, consider using the ExpandAll method.

ExpandAll will expand all the nodes in the entire tree.

If you use DelayLoad, data are loaded after BeforeExpand event.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace