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

When allowDrop is set to true, one tree node can be dropped within another tree node.

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

Reference

WijTreeOptions Interface