HamburgerMenuFrame(Type) Constructor
In This Article
Initializes a new instance of the HamburgerMenuFrame class with the specified settings.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
hamburger |
Type | The page representing the menu specified as a type reference to its partial class type. |
#Remarks
The specified page must be a Windows.UI.Xaml.Controls.Page descendant and contain a HamburgerMenu as a child.
See Also