Skip to main content

HamburgerMenuAdaptiveLayoutController.ClosePane() Method

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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