Table of Contents
DragDropScope Property

Gets or sets the drag drop scope.

Syntax
 public DragDropScope DragDropScope { get; set; }
Remarks

Set this property to Global to enable drag and drop between the TreeView and other controls. You must create a drag target object with JavaScript to handle the drag drop event on the target element. See Live Demo -> TreeView -> Programming -> Drag Drop to Grid for more details on how to implement a drag target object.

See Also