New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core 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 HTML HELPER APIDescription
The Telerik UI for ASP.NET Core TabStrip provides built-in configuration options to allow you to include Icons and set their position within the given Tab.
This example also demonstrates how to leverage the individual Tab settings to provide a closing button or a collection of Action icons for a responsive interraction with the user.
The Closable
property can be set globally and individually. It specifies whether each tab can be closed via a close button. When enabled, each tab includes a close icon that will not only hide, but also remove the tab. This applies to all tabs in the TabStrip. In case you want to have specific tabs with a different closable behavior, you can set the Closable
option in the specific Tab options.