Skip to main content
A newer version of this page is available. .

DXCollectionView.DragItem Event

Occurs when a user touches and holds an item to drag it.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public event EventHandler<DragItemEventArgs> DragItem

Event Data

The DragItem event's data class is DragItemEventArgs. The following properties provide information specific to this event:

Property
Allow
DragItem
ItemHandle
See Also