TIWCGJQCustomDynaTree.ExpandNode(boolean,string) Method
Expand or Collapse the node
![]() |
---|
The node must be loaded! |
![]() |
---|
For expand the lazy node, please use LoadKeyPath method. |
public procedure ExpandNode(AExpand: boolean; AKey: string = '');
Parameters
- AExpand
- Type: boolean
True for expand, and False to collapse
- AKey
- Type: string
The key/id of node.
Pass empty value to apply to current active node.