[]
        
(Showing Draft Content)

C1.Web.Mvc.AccordionPane

AccordionPane Class

Represents a pane within a Accordion control.

Inheritance
AccordionPane
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class AccordionPane
Remarks

AccordionPanes have two elements: a header and a content. The header displays the pane title and the content is a collapsible element that shows the pane content.

Constructors

Name Description
AccordionPane()

Creates one AccordionPane instance.

Properties

Name Description
Content

Gets or sets the selector string to determine AccordionPane's content element.

Header

Gets or sets the selector string to determine AccordionPane's header element.

IsCollapsed

Gets or sets a value that determines whether this AccordionPane is expanded or collapsed.

IsDisabled

Gets or sets a value that determines whether this AccordionPane is disabled.

IsVisible

Gets or sets a value that determines whether this AccordionPane is visible.