DataGridView.GetRowVisibleIndex(Int32) Method
In This Article
Returns the row’s position within a DataGridView by its handle.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public int GetRowVisibleIndex(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row’s handle. |
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the specified row’s position within a Data |
See Also