Skip to main content

HamburgerMenuFrame(Type) Constructor

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

public HamburgerMenuFrame(
    Type hamburgerMenuPageType
)

Parameters

Name Type Description
hamburgerMenuPageType 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