New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadTreeNodeDragDropEventArgs

Provides data for the E:Telerik.Web.UI.RadTreeView.NodeDrop event of the Telerik.Web.UI.RadTreeView control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadTreeNodeDragDropEventArgs

Properties

DestDragNode RadTreeNode

Gets the destination node.

DraggedNodes IList1`

Gets all source (dragged) nodes.

DropPosition RadTreeViewDropPosition

Gets or sets the position at which the user drops the source node(s) with regards to the destination nodes.

HtmlElementID String

Gets or sets the ID of the HTML element on which the source node(s) is dropped.

SourceDragNode RadTreeNode

Gets the source (dragged) node.

In this article