var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: boolean value = instance.expanded;
var expanded : boolean;
The expanded option will expand the tree node if set to "true." It will collapse the tree node if set to "false.".
var instance; // Type: wijmo.tree.WijTreeNodeOptions; var value; // Type: boolean value = instance.expanded;
var expanded : boolean;