NavBarViewBase.ChangeGroupExpanded(NavBarGroup) Method
Toggles the specified group’s expanded state.
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 whose expanded state should be changed. |
Remarks
Corresponding Command: NavBarCommands.ChangeGroupExpanded.
See Also