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

Telerik.Web.UI.GridDragDropEventArgs

The class holding the event arguments passed when a drag-drop event have fired.

Inheritance Hierarchy

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

Properties

DestDataItem GridDataItem

Gets the destination if the row have been dropped over a data item.

DestinationGrid RadGrid

Gets the control in which a row have been dropped.

DestinationTableView GridTableView

Contains instance to which belongs the destinationItem

DraggedItems IList1`

Gets a collection of all dragged items.

DropPosition GridItemDropPosition

Gets the position at which the user has dragged and dropped the source item(s) with regards to the destination item.

HtmlElement String

Gets the HTML element id attribute of the element on which the row have been dropped.

In this article