TabStripComponent
Represents the Kendo UI TabStrip component for Angular.
Selector
kendo-tabstrip
Export Name
Accessible in templates as #kendoTabStripInstance="kendoTabStrip"
Inputs
Name | Type | Default | Description |
---|---|---|---|
animate |
|
|
Enables the tab animation. |
closable |
|
|
When set to |
closeIcon |
|
Defines the name for an existing font icon in the Kendo UI theme for the close icon. | |
closeIconClass |
|
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the close button. | |
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. | |
height |
|
Sets the height of the TabStrip. | |
keepTabContent |
|
|
When set to |
scrollable |
|
|
Enables the scrolling of the tab list. When set to By default, |
showContentArea |
|
|
Determines whether the content associated with each tab will be rendered. |
tabAlignment |
|
Sets the alignment of the tabs. @default: 'start' | |
tabPosition |
|
|
Sets the position of the tabs. Defaults to |
Fields
Name | Type | Default | Description |
---|---|---|---|
tabs |
|
A query list of all declared tabs. |
Events
Name | Type | Description |
---|---|---|
tabClose |
|
Fires each time the user closes a tab. The event data contains the index of the closed tab and its instance. |
tabScroll |
|
Fires each time the user scrolls the TabStrip list. The event is preventable. |
tabSelect |
|
Fires each time the user selects a tab (see example). The event data contains the index of the selected tab and its title. |
Methods
selectTab | ||||||
---|---|---|---|---|---|---|
Allows the user to select a tab programmatically. | ||||||
|