• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Card
      • ContextMenu
      • Drawer
      • ExpansionPanelnew
      • GridLayoutnew
      • Menu
      • PanelBar
      • Splitter
      • StackLayoutnew
      • Stepper
      • TabStrip
      • TileLayoutupdated
      • Wizard
      • Globalization
      • API
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

TabStripNavigationItemProps

The props that are passed by the TabStripNavigation to the TabStripNavigationItem.

NameTypeDefaultDescription

active?

boolean

Defines whether the current TabStripNavigationItem is selected.

disabled?

boolean

Defines whether the TabStripNavigationItem is disabled.

id?

any

Sets the id of the TabStripNavigationItem.

index

number

Sets the index of the TabStripNavigationItem that is used to identify it.

title?

any

Sets the title of the TabStripNavigationItem.

titleRender?

any

Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.

In this article

Not finding the help you need?