name | String | Sets the name of the component. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
bind-to | IEnumerable<TabStripItemBase> | Binds a list of items to the TabStrip. |
closable | Boolean | Specifies whether each tab can be closed via a close button. When enabled, each tab includes a close icon that triggers tab removal on click. This applies to all tabs in the TabStrip. You can configure the closable behavior for individual tabs by setting the closable option in the specific tab item options. |
collapsible | Boolean | Specifies whether the TabStrip should be able to collapse completely when clicking an expanded tab. |
icon-position | IconPosition | Specifies the position of the icon in the TabStrip items using the text content as a reference. |
navigatable | Boolean | Specifies whether the TabStrip should be keyboard navigatable. |
on-activate | String | The name of the JavaScript function that will handle the activate event. Triggered after a tab is being made visible and its animation complete. Before Q2 2014 this event was invoked after tab show, but before the end of the animation. This event is triggered only for tabs with associated content. |
on-content-load | String | The name of the JavaScript function that will handle the contentLoad event. Triggered when content is fetched from an AJAX request. |
on-error | String | The name of the JavaScript function that will handle the error event. Triggered when an AJAX request results in an error. |
on-select | String | The name of the JavaScript function that will handle the select event. Triggered before a tab is selected. |
on-show | String | The name of the JavaScript function that will handle the show event. Triggered just after a tab is being made visible, but before the end of the animation. Before Q2 2014 this event was called activate. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
size | ComponentSize | Specifies the size of the component. Default is Medium. |
sortable | Boolean | If enabled, users will be able to sort the tabs by dragging them to the desired position. |
tab-alignment | TabStripTabAlignment | Specifies the alignment of the component tabs. Default is Start. Not applicable with Scrollable TabStrip. |
tab-position | String | Specifies the position of the widget tabs. Valid values are "top" (default), "left", "right" and "bottom". A fade animation is highly recommended with any of the non-default tab position settings. |