NavBarViewBase.ChangeGroupExpanded(NavBarGroup) Method
Toggles the specified group’s expanded state.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v25.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