Xamarin.Forms - ToolbarItem Demos

The ToolbarItem control is a special type of MenuItem that can be added to a ContentPage object's ToolbarItems collection to display a button in the application's navigation bar. A ToolbarItem instance can have an icon and appear as a primary or secondary menu item.

This sample demonstrates how to use the ToolbarItem class in XAML and in code.

For more information about this sample, see Xamarin.Forms ToolbarItem.

Screenshot of sample ToolbarItemDemos application