Table of Contents
ClientSideOnDragDrop Property

Gets or sets the name of the client side function to be called when user drops a node on another node.

Syntax
 public String ClientSideOnDragDrop { get; set; }
Remarks

Return false from this handler to cancel the drag and drop operation. See treeview_dragdrop_handler for more information.

See Also