[]
        
(Showing Draft Content)

AccordionPane Class

AccordionPane Class

Represents a pane in an Accordion control.

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

Heirarchy

Constructors

constructor

  • Initializes a new instance of the AccordionPane class.

    Parameters

    • header: any

      Element or CSS selector for the element that contains the pane header.

    • content: any

      Element or CSS selector for the element that contains the pane content.

    Returns AccordionPane

Properties

accordion

accordion: Accordion

Gets a reference to the Accordion that contains this Tab.

content

content: HTMLElement

Gets the panes's content element.

header: HTMLElement

Gets the pane's header element.

isCollapsed

isCollapsed: boolean

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

isDisabled

isDisabled: boolean

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

isVisible

isVisible: boolean

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