Back to Devexpress

NavBarCommands.ChangeGroupExpanded Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarcommands.md

latest1.6 KB
Original Source

NavBarCommands.ChangeGroupExpanded Property

Toggles the specified group’s expanded state.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines the command.

|

Remarks

xaml
<Button Command="dxg:NavBarCommands.ChangeCardExpanded"
        CommandTarget="{Binding Path=View, ElementName=navBarControl1}"
        CommandParameter="{ElementName=myGroup}">Change Group Expanded State</Button>

Corresponding Method: NavBarViewBase.ChangeGroupExpanded.

See Also

NavBarCommands Class

NavBarCommands Members

DevExpress.Xpf.NavBar Namespace