Skip to main content
A newer version of this page is available. .

NavBarViewBase.ChangeGroupExpanded(NavBarGroup) Method

Toggles the specified group’s expanded state.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public void ChangeGroupExpanded(
    NavBarGroup group
)

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