Back to Devexpress

GridCommands.ChangeGroupExpanded Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcommands-cc275bc3.md

latest1.8 KB
Original Source

GridCommands.ChangeGroupExpanded Property

Toggles the specified group row’s expanded state.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RoutedCommand ChangeGroupExpanded { get; }
vb
Public Shared ReadOnly Property ChangeGroupExpanded 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.ChangeGroupExpanded"
        CommandTarget="{Binding Path=View, ElementName=grid}"
        CommandParameter="{Binding Path=FocusedRowHandle, ElementName=tableView}"
        >Expand/Collapse Group</Button>

Corresponding Method(s): GridControl.ExpandGroupRow and GridControl.CollapseGroupRow

See Also

GridCommands Class

GridCommands Members

DevExpress.Xpf.Grid Namespace