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