[]
ITagHelper implementation for Accordion.
[HtmlTargetElement("c1-accordion")]
public class AccordionTagHelper : ControlTagHelper<Accordion>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-accordion")>
Public Class AccordionTagHelper
Inherits ControlTagHelper(Of Accordion)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| AccordionTagHelper() |
| Name | Description |
|---|---|
| AllowCollapseAll | Configurates AllowCollapseAll. Sets a value that determines whether users should be allowed to collapse all the items. |
| AllowExpandMany | Configurates AllowExpandMany. Sets a value that determines whether users should be allowed to expand multiple panes at a time. |
| AutoSwitch | Configurates AutoSwitch. Sets a value that determines whether the control should switch panes automatically when the user selects a pane using the arrow keys. |
| IsAnimated | Configurates IsAnimated. Sets a value that determines whether collapsing or expanding panes should be animated. |
| SelectedIndex | Configurates SelectedIndex. Sets the index of the currently selected (active) pane. |
| SelectedIndexChanged | Configurates the OnClientSelectedIndexChanged client event. Occurs when the value of the selectedIndex property changes. |
| ShowIcons | Configurates ShowIcons. Sets a value that determines whether shows collapsed/expanded icons in the pane headers. |