CompleteItemDragDropEventArgs.Item Property
Gets the underlying data object of the dropped item.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
Object | The data object. |
See Also