New to Kendo UI for Angular? Start a free 30-day trial
ToolbarCustomMessagesComponent
Represents the custom messages component of the ToolBar.
Use this component to override default messages for the ToolBar.
html
<kendo-toolbar>
     <kendo-toolbar-messages
         moreToolsTitle="More options"
         previousToolButton="Previous"
         nextToolButton="Next">
     </kendo-toolbar-messages>
</kendo-toolbar>
Selector
kendo-toolbar-messages
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
moreToolsTitle | 
 | 
 Sets the title of the More Tools button in a responsive ToolBar.  | |
nextToolButton | 
 | 
 Sets the title for the Next Tool button when the ToolBar is scrollable.  | |
previousToolButton | 
 | 
 Sets the title for the Previous Tool button when the ToolBar is scrollable.  |