New to Kendo UI for AngularStart a free 30-day trial

Represents the custom messages component of the ToolBar.

Use this component to override default messages for the ToolBar.

Definition

Package:@progress/kendo-angular-toolbar

Selector:kendo-toolbar-messages

Syntax:

html
<kendo-toolbar>
     <kendo-toolbar-messages
         moreToolsTitle="More options"
         previousToolButton="Previous"
         nextToolButton="Next">
     </kendo-toolbar-messages>
</kendo-toolbar>

Inputs

Sets the title of the More Tools button in a responsive ToolBar.

Sets the title for the Next Tool button when the ToolBar is scrollable.

Sets the title for the Previous Tool button when the ToolBar is scrollable.