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