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