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

Determines whether to enable node dragging. Default value is null which means whether to enable node dragging depends on the setting of wijtree's allowDrag option.

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

Reference

WijTreeNodeOptions Interface