TabStripTabProps
Interface
Represents the props of the TabStrip tabs.
Definition
Package:@progress/kendo-vue-layout
Properties
contentClassName?
string
Specifies the CSS class names of the TabStripTab content.
disabled?
boolean
Defines whether a tab is disabled (see example).
id?
string
Sets the id of the tab (li element).
title?
any
Sets the title of the tab (see example).
titleRender?
any
Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.