DragRowEventArgs.DragItem Property
Gets a data source item that corresponds to the dragged row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object DragItem { get; }
Property Value
Type | Description |
---|---|
Object | The data source item. |
See Also