New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

moreToolsTitle

string

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

nextToolButton

string

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

previousToolButton

string

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

In this article
SelectorInputs
Not finding the help you need?
Contact Support