TabStripTabComponent
Represents the tab component of the TabStrip.
Selector
kendo-tabstrip-tab
Export Name
Accessible in templates as #kendoTabStripTabInstance="kendoTabStripTab"
Inputs
closable
boolean
When set to true
, a close button will be rendered inside the tab.
This option overrides the value of the TabStrip closable
option.
closeIcon
string
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the close button span element.
Allows the usage of custom icons.
This option overrides the value of the TabStrip closeIcon
option.
cssClass
any
The CSS classes that will be rendered on the tab
element.
Supports the type of values that are supported by ngClass.
cssStyle
any
The CSS styles that will be rendered on the tab
element.
Supports the type of values that are supported by ngStyle.
disabled
boolean
Used to disable a tab (see example).
Defaults to false
.
selected
boolean
Determines which tab will be selected upon the initial loading of the TabStrip (see example).
title
string
Sets the tab title (see example).