Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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

Remarks

To learn more, see Hamburger Menu and Getting Started.

Inheritance

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