Skip to main content
A newer version of this page is available. .

GridControl.GetRowHandleByVisibleIndex(Int32) Method

Returns a row’s handle by its visible index.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public int GetRowHandleByVisibleIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Int32

The specified row’s handle.

See Also