Wijmo UI for the Web
expanded Field
wijmo.tree Namespace > WijTreeNodeOptions Interface : expanded Field

The expanded option will expand the tree node if set to "true." It will collapse the tree node if set to "false.".

Syntax
var instance; // Type: wijmo.tree.WijTreeNodeOptions;
var value; // Type: boolean
value = instance.expanded;
var expanded : boolean;
See Also

Reference

WijTreeNodeOptions Interface