[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.AccordionTagHelper

AccordionTagHelper Class

ITagHelper implementation for Accordion.

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

Constructors

Name Description
AccordionTagHelper()

Properties

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.