TabStripTabComponent
Represents the tab component of the TabStrip.
Selector
kendo-tabstrip-tab
Export Name
Accessible in templates as #kendoTabStripTabInstance="kendoTabStripTab"
Inputs
Name | Type | Default | Description |
---|---|---|---|
closable |
|
When set to | |
closeIcon |
|
Defines the name for an existing font icon in the Kendo UI theme for the close icon.
This option overrides the value of the TabStrip | |
closeIconClass |
|
Allows the usage of custom icons by defining a custom CSS class, or multiple classes separated by spaces.
This option overrides the value of the TabStrip | |
closeSVGIcon |
|
Defines an SVGIcon to be rendered for the close icon. The input can take either an existing Kendo SVG icon or a custom one. | |
cssClass |
|
The CSS classes that will be rendered on the | |
cssStyle |
|
The CSS styles that will be rendered on the | |
disabled |
|
Used to disable a tab (see example). Defaults to | |
selected |
|
Determines which tab will be selected upon the initial loading of the TabStrip (see example). | |
title |
|
Sets the tab title (see example). |