Skip to main content

HamburgerMenuAdaptiveLayoutController.AttachMenu(IHamburgerMenu) Method

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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