NavBarCommands.SetActiveGroup Property
In This Article
Activates the specified group.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Routed |
A Routed |
#Remarks
<Button Command="dxg:NavBarCommands.SetActiveGroup"
CommandTarget="{Binding Path=View, ElementName=navBarControl1}"
CommandParameter="{ElementName=myGroup}">Activate Group</Button>
Corresponding Method: NavBarViewBase.SetActiveGroup.
See Also