Skip to main content

GridControl.GetRowLevelByVisibleIndex(Int32) Method

Returns the specified row’s group level.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public int GetRowLevelByVisibleIndex(
    int visibleIndex
)

#Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

#Returns

Type Description
Int32

The row’s group level.

See Also