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