Skip to main content

GridControl.GetRowVisibleIndexByHandle(Int32) Method

Returns the row’s position in the GridControl by its handle.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public int GetRowVisibleIndexByHandle(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The row’s handle.

Returns

Type Description
Int32

The row’s visible index.

See Also