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