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

When the allowDrag option is set to true, the tree nodes can be dragged.

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

Reference

WijTreeOptions Interface