Main Menu
The main section of the Hamburger Menu contains navigation commands that are represented by buttons with icons and captions.
To specify the collection of the main menu, use the HamburgerMenu.Items property or declare buttons between the Hamburger Menu‘s opening and closing tags in XAML. You can add the following buttons to the collection.
- HamburgerMenuNavigationButton - a regular button with a glyph and caption that navigates an end-user to the page specified with the button’s HamburgerMenuNavigationIconButton.NavigationTargetType or HamburgerMenuNavigationIconButton.NavigationTargetTypeName property;
- HamburgerSubMenu - a Sub Menu that is a flyout panel containing additional navigation items;
- HamburgerMenuHyperlinkButton - a hyperlink that invokes the default browser and navigates to the URI specified with the button’s NavigateUri property.