Wijmo UI for the Web
showExpandCollapse Field
wijmo.tree Namespace > WijTreeOptions Interface : showExpandCollapse Field

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.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: boolean
value = instance.showExpandCollapse;
var showExpandCollapse : boolean;
See Also

Reference

WijTreeOptions Interface