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

HamburgerMenuFrame Class

Represents a frame with two views; one view to display navigation commands using the built-in HamburgerMenu, and another view to display the navigated pages.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

[Bindable]
[ToolboxTabName("DX.18.2: Navigation & Layout")]
[TemplatePart(Name = "PART_HamburgerMenuButton", Type = typeof(HamburgerMenuButton))]
[TemplatePart(Name = "PART_SplitView", Type = typeof(SplitView))]
[TemplatePart(Name = "PART_RootGrid", Type = typeof(Grid))]
[TemplatePart(Name = "PART_TitleText", Type = typeof(ContentControl))]
[TemplatePart(Name = "PART_TitlePanel", Type = typeof(Panel))]
[TemplatePart(Name = "PART_WindowBackButton", Type = typeof(WindowTitleBackButton))]
[TemplatePart(Name = "PART_SplashScreen", Type = typeof(ContentPresenter))]
public class HamburgerMenuFrame :
    MenuFrameBase<HamburgerMenu>,
    IHamburgerMenuStateSupportInternal

Remarks

To learn more, see Hamburger Menu and Getting Started.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
Windows.UI.Xaml.Controls.Frame
DXFrame
DevExpress.UI.Xaml.Layout.Internal.MenuFrameBase<HamburgerMenu>
HamburgerMenuFrame
See Also