NavBarViewBase.ChangeGroupExpanded(NavBarGroup) Method
In This Article
Toggles the specified group’s expanded state.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group | Nav |
A Nav |
#Remarks
Corresponding Command: NavBarCommands.ChangeGroupExpanded.
See Also