New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI Toolbar Commands
Updated over 6 months ago
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 ofTelerik.Maui.Controls.ToolbarItemsas a parameter.NavigateBackCommand(ICommand)—Gets a command for navigating back to the previous level of the toolbar hierarchy. The previousTelerik.Maui.Controls.ToolbarItemsstored in the navigation stack from the last invocation of theTelerik.Maui.Controls.RadToolbar.NavigateCommandare restored in the toolbar.ScrollForwardCommand(ICommand)—Gets a command for scrolling the contents of the toolbar in forward direction. This command is applicable when theRadToolbar.OverflowModeis set toScroll.ScrollBackwardCommand(ICommand)—Gets a command for scrolling the contents of the toolbar in backward direction. This command is applicable when theRadToolbar.OverflowModeis set to Scroll.