var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.showExpandCollapse;
var showExpandCollapse : boolean;
The showExpandCollapse option determines if the tree is displayed in an expanded or collapsed state. If set to "false," then the wijtree widget will be displayed in the expanded state.
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: boolean value = instance.showExpandCollapse;
var showExpandCollapse : boolean;