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