Skip to main content

DataGridView.IsGroupCollapsed(Int32) Method

Indicates whether the specified group row is collapsed.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public bool IsGroupCollapsed(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

The group row handle (a negative integer, starting from -1) or the group’s zero-based index within the grid’s collection of groups.

Returns

Type Description
Boolean

true if the specified group is collapsed; otherwise, false

See Also