• What is KendoReact
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Charts
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Breadcrumb
      • Card
      • Drawer
      • ExpansionPanel
      • GridLayout
      • Menu
      • Context Menunew
      • PanelBar
      • Splitter
      • StackLayout
      • TabStrip
      • Stepper
      • TileLayout
      • Globalization
      • API
    • ListBox
    • ListView
    • Mapbeta
    • Notification
    • PDF Processing
    • PDFViewernew
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TabStripProps

Represents the props of the KendoReact TabStrip component.

NameTypeDefaultDescription

animation?

boolean

Enables the tab animation.

buttonScrollSpeed?

number

100

Sets the tab list scroll speed in pixels when scrolling via clicking the previous or next button.

children?

React.ReactNode

Determines the children nodes.

className?

string

Specifies the CSS class names of the TabStrip component.

dir?

string

Sets the direction of the TabStrip component.

id?

string

Sets the id property of the top div element of the component.

keepTabsMounted?

boolean

Defines if the tabs will remain mounted after another tab is selected. Defaults to false.

mouseScrollSpeed?

number

10

Sets the tab list scroll speed in pixels when scrolling via the mouse wheel. You can disable the mouse wheel scrolling by setting this prop to 0.

nextButton?

React.ComponentType<ButtonProps>

Defines the custom component that will be rendered as a next button. To remove the button, set a function which returns null () => null.

prevButton?

React.ComponentType<ButtonProps>

Defines the custom component that will be rendered as a previous button. To remove the button, set a function which returns null () => null.

scrollable?

boolean

false

Determines whether the TabStrip will be scrollable.

selected?

number

Sets the index of the selected TabStripTab component (see example).

tabContentStyle?

any

Sets the style of the TabStripContent component.

tabIndex?

number

Sets the tabIndex of the TabStripNavigation.

tabPosition?

string

The position in which the TabStripNavigation components will be rendered.

The available options are:

  • "top"—Renders the TabStripNavigation components to the top of the TabStrip.
  • "bottom"—Renders the TabStripNavigation components to the bottom of the TabStrip.
  • "left"—Renders the TabStripNavigation components to the left of the TabStrip.
  • "right"—Renders the TabStripNavigation components to the right of the TabStrip.

Methods

onSelect

Fires each time the user makes a selection.

Parameters

e

TabStripSelectEventArguments