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

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

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

Reference

WijTreeNodeOptions Interface