Skip to main content

NavBarCommands.SetActiveGroup Property

Activates the specified group.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

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