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