DataGridView.GetVisibleIndexByRowHandle(Int32) Method
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public int GetVisibleIndexByRowHandle(
int rowHandle
)
Parameters
Name | Type |
---|---|
rowHandle | Int32 |
Returns
Type |
---|
Int32 |
See Also