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

TabStripCustomMessagesComponent

Represents the custom messages component for the TabStrip. It allows you to override the default messages used in the TabStrip component (see example).

html
<kendo-tabstrip>
  <kendo-tabstrip-messages
    closeTitle="Close this tab"
    previousTabButton="Go to previous tab"
  </kendo-tabstrip-messages>
</kendo-tabstrip>

Selector

kendo-tabstrip-messages

Inputs

NameTypeDefaultDescription

closeTitle

string

Sets the title for the Close button in the TabStrip tab.

nextTabButton

string

Sets the title for the Next Tab button when the TabStrip is scrollable.

previousTabButton

string

Sets the title for the Previous Tab button when the TabStrip is scrollable.

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