Back to Devexpress

NavBarCommands.SetActiveGroup Property

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

latest1.5 KB
Original Source

NavBarCommands.SetActiveGroup Property

Activates the specified group.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
RoutedCommand

A RoutedCommand object that defines the command.

|

Remarks

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

Corresponding Method: NavBarViewBase.SetActiveGroup.

See Also

NavBarCommands Class

NavBarCommands Members

DevExpress.Xpf.NavBar Namespace