Skip to main content

GridControl.GetDataRowHandleByGroupRowHandle(Int32) Method

Returns the handle of the first data row in the specified group row.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public int GetDataRowHandleByGroupRowHandle(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

The group row’s handle.

Returns

Type Description
Int32

The handle of the first data row in the specified group row.

See Also