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

HamburgerMenuAdaptiveLayoutController.ClosePane() Method

Toggles the menu into the corresponding collapsed state (Closed, CompactInline or CompactOverlay).

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public void ClosePane()

Remarks

If the HamburgerMenu.ViewState property is set to Opened, Inline or Overlay, the ClosePane method toggles the menu into the Closed, CompactInline or CompactOverlay state, respectively.

See Also