Skip to main content

GridControl.GetRowHandleByVisibleIndex(Int32) Method

Returns a row’s handle by its visible index.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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