NavBarViewBase.SetActiveGroup(NavBarGroup) Method
Activates the specified group.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | NavBarGroup | A NavBarGroup object specifying the group to be activated. |
Remarks
Corresponding Command: NavBarCommands.SetActiveGroup.
See Also