Language Reference Guide : 4. System Classes : TreeviewField Class : ExpandAll Method
 
Share this page                  
ExpandAll Method
The ExpandAll method expands the specified node and all of its descendants. If the node is not specified or is NULL, it will expand all nodes in the entire tree.
This method has the following syntax:
TreeviewField.ExpandAll([node = TreeNode])
This method has the following parameter:
node
(Optional) Describes the node to be expanded. If NULL, the entire tree is to be expanded.