New to Kendo UI for Vue? Start a free 30-day trial
TabStripContentProps
Updated on Oct 31, 2025
The props that are passed to the TabStripContent by the TabStrip.
| Name | Type | Default | Description | 
|---|---|---|---|
| animation? | 
 | Defines whether the content appearance will be animated. | |
| selected? | 
 | The index of the selected tab. Used to indicate which child to render. | |
| showAll? | 
 | Defines whether to render all the tabs. | |
| tabs? | 
 | The tabs collection. |