New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI Toolbar Commands

This article describes all available commands in the .NET MAUI Toolbar control.

  • NavigateCommand(ICommand)—Gets a command for navigating to the next level of the toolbar hierarchy. The command accepts a collection of Telerik.Maui.Controls.ToolbarItems as a parameter.
  • NavigateBackCommand(ICommand)—Gets a command for navigating back to the previous level of the toolbar hierarchy. The previous Telerik.Maui.Controls.ToolbarItems stored in the navigation stack from the last invocation of the Telerik.Maui.Controls.RadToolbar.NavigateCommand are restored in the toolbar.
  • ScrollForwardCommand(ICommand)—Gets a command for scrolling the contents of the toolbar in forward direction. This command is applicable when the RadToolbar.OverflowMode is set to Scroll.
  • ScrollBackwardCommand(ICommand)—Gets a command for scrolling the contents of the toolbar in backward direction. This command is applicable when the RadToolbar.OverflowMode is set to Scroll.

See Also

In this article