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

The expandCollapseHoverUsed option allows the tree to expand or collapse when the mouse hovers over the expand/collapse button.

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

Reference

WijTreeOptions Interface