New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC TabStrip Tab Settings

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
tab_settings.cshtml
Tab_SettingsController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

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.

Additional Apps

This TabStrip example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources