Skip to main content

GridControl.GetRowLevelByRowHandle(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 GetRowLevelByRowHandle(
    int rowHandle
)

#Parameters

Name Type Description
rowHandle Int32

The row’s handle.

#Returns

Type Description
Int32

The row’s group level.

See Also