Skip to main content

GridControlCommands.CollapseAllGroups Property

Collapses all group rows.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public ICommand CollapseAllGroups { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding method: GridControl.CollapseAllGroups

See Also