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

Telerik.Web.UI.TreeListItemDragStartedEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_draggedContainer

Returns the tr element used for representing the dragged row.

Parameters

Returns

Element

get_draggedItems

Returns a collection of the dragged TreeListDataItems.

Parameters

Returns

Array

get_item

Returns the dragged TreeListDataItem.

Parameters

Returns

Object

set_draggedContainer

Sets the element used for representing the dragged row.

Parameters

value Element

Returns

None

In this article