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

HamburgerMenuAdaptiveLayoutController.AttachMenu(IHamburgerMenu) Method

Updates the HamburgerMenuAdaptiveLayoutController.ViewState property according to the menu being attached.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public void AttachMenu(
    IHamburgerMenu menu
)

Parameters

Name Type Description
menu DevExpress.Xpf.WindowsUI.Internal.IHamburgerMenu

The menu which is being attached to the current controller.

See Also