DropItemEventArgs.DropItem Property
In This Article
Gets the underlying object of the dropped item.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public object DropItem { get; }
#Property Value
Type | Description |
---|---|
System. |
A data object. |
See Also