Skip to main content

DataGridView.GetRowVisibleIndex(Int32) Method

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

public int GetRowVisibleIndex(
    int rowHandle
)

Parameters

Name Type Description
rowHandle 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 DataGridView.

See Also