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