New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC TabStrip Tab Settings
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core TabStrip provides built-in configuration options that allow you to include icons and set their position within a given tab.
This example demonstrates how to leverage the individual tab settings to provide a close button or a collection of action icons for a responsive user interaction.
The Closable()
property can be set globally and per tab and specifies whether each tab can be closed through a close button. When Closable()
is enabled globally, each tab includes a close icon that will not only hide but also remove the tab. In case you want to have specific tabs with a different closable behavior, you can set the Closable()
option on a tab level.