[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TabPanelTagHelper

TabPanelTagHelper Class

ITagHelper implementation for TabPanel.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-tab-panel")]
public class TabPanelTagHelper : ControlTagHelper<TabPanel>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
TabPanelTagHelper()

Properties

Name Description
AutoSwitch

Configurates AutoSwitch. Sets a value that determines whether the control should switch tabs automatically when the user selects a tab using the arrow keys.

IsAnimated

Configurates IsAnimated. Sets a value that determines whether tab changes should be animated with a fade-in effect.

SelectedIndex

Configurates SelectedIndex. Sets the index of the currently selected (active) tab.

SelectedIndexChanged

Configurates the OnClientSelectedIndexChanged client event. Occurs when the value of the selectedIndex property changes.