Skip to main content

IGrid.CollapseGroupRow(Int32, Boolean) Method

Collapses the group row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

void CollapseGroupRow(
    int visibleIndex,
    bool recursive = false
)

Parameters

Name Type Description
visibleIndex Int32

The group row’s visible index.

Optional Parameters

Name Type Default Description
recursive Boolean False

Specifies whether to collapse child group rows.

Remarks

Refer to the CollapseGroupRow(Int32, Boolean) method description for more information and an example.

See Also