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

DXCollectionView.DropItem Event

Occurs when a user drops an item.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public event EventHandler<DropItemEventArgs> DropItem

Event Data

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

Property
Allow
DragItem
DropItem
DropItemHandle
ItemHandle

Remarks

You can prevent items from being dropped in specific positions. In this case, a place for the item drop is allocated, but the item returns to its initial position when it is released.

See Also