Back to Devexpress

GridCommands.ExpandAllGroups Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-25adf146.md

latest1.5 KB
Original Source

GridCommands.ExpandAllGroups Property

Expands all group rows.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RoutedCommand ExpandAllGroups { get; }
vb
Public Shared ReadOnly Property ExpandAllGroups As RoutedCommand

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines a command implementing the ICommand, and is routed through the element tree.

|

Remarks

xaml
<Button Command="dxg:GridCommands.ExpandAllGroups"
        CommandTarget="{Binding Path=View, ElementName=grid}">Expand All Groups</Button>

Corresponding Method: GridControl.ExpandAllGroups.

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace