Skip to main content

GridControl.IsGroupRowHandle(Int32) Method

Indicates whether the specified handle corresponds to a group row.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public bool IsGroupRowHandle(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The row’s handle.

Returns

Type Description
Boolean

true if the specified handle corresponds to a group row; otherwise, false.

Remarks

Group row handles are negative (start from -1).

See Also