Back to Devexpress

DXCollectionView.DragItem Event

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-8ec73ec0.md

latest1.7 KB
Original Source

DXCollectionView.DragItem Event

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

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public event EventHandler<DragItemEventArgs> DragItem

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
DragItemGets the underlying data object of the processed item.
ItemHandleReturns the handle of the processed item. Inherited from CancelItemEventArgs.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace