CompleteRowDragDropEventArgs.Item Property
In This Article
Gets a data source item that corresponds to the dragged and dropped row.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Item { get; }
#Property Value
Type | Description |
---|---|
System. |
The data source item. |
See Also