[]
ITagHelper implementation for TabPanel.
[HtmlTargetElement("c1-tab-panel")]
public class TabPanelTagHelper : ControlTagHelper<TabPanel>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-tab-panel")>
Public Class TabPanelTagHelper
Inherits ControlTagHelper(Of TabPanel)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| TabPanelTagHelper() |
| 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. |