DropRowEventArgs.DropRowHandle Property
Gets the grid’s dropped row handle.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public int DropRowHandle { get; }
Property Value
Type | Description |
---|---|
Int32 | Gets the grid’s row handle. |
See Also