.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 ofTelerik.Maui.Controls.ToolbarItems
as a parameter. -
NavigateBackCommand
(ICommand
)—Gets a command for navigating back to the previous level of the toolbar hierarchy. The previousTelerik.Maui.Controls.ToolbarItems
stored in the navigation stack from the last invocation of theTelerik.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 theRadToolbar.OverflowMode
is set toScroll
. -
ScrollBackwardCommand
(ICommand
)—Gets a command for scrolling the contents of the toolbar in backward direction. This command is applicable when theRadToolbar.OverflowMode
is set to Scroll.