TabStripCustomMessagesComponent
Component
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>
Definition
Package:@progress/kendo-angular-layout
Selector:kendo-tabstrip-messages
Inputs
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.