Skip to content

MenuBar

The MenuBar is a control purpose built for the Menu Builder to make it easier to add menus, typically to the Master of a MasterDetailPage.

<MasterDetailPage>
  <MasterDetailPage.Master>
    <ContentPage Title="Menu">
      <ap:MenuBar MenuOptions="{Binding MenuOptions}"
                  NavigationCommand="{Binding NavigationCommand}" />
    </ContentPage>
  </MasterDetailpage.Master>
</MasterDetailPage>

Additional Resources