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

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

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

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

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