Skip to main content

DXCollectionView.DragItem Event

In This Article

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

C#
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