Skip to main content
A newer version of this page is available. .

GridControlCommands.ExpandAllGroups Property

Expands all group rows.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand ExpandAllGroups { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding method: GridControl.ExpandAllGroups

See Also