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

ASP.NET Core TabStrip Tab Settings

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
tab_settings.cshtml
Tab_SettingsController.cs
Tab_Settings_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

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.

Additional Apps

This TabStrip example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core 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 Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources