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

If this option is set to true, the expanded node will be collapsed if another node is expanded.

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

Reference

WijTreeOptions Interface