TabStripTabProps
Interface
Represents the props of the TabStrip tabs.
Definition
Package:@progress/kendo-react-layout
Properties
contentClassName?
string
Specifies the CSS class names of the TabStripTab content.
disabled?
boolean
Defines whether a TabStripTab is disabled (see example).
Default:
false
title?
ReactNode
Sets the TabStripTab title (see example).