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

NavBarCommands.SetActiveGroup Property

Activates the specified group.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public static RoutedCommand SetActiveGroup { get; }

Property Value

Type Description
RoutedCommand

A RoutedCommand object that defines the command.

Remarks

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

Corresponding Method: NavBarViewBase.SetActiveGroup.

See Also