content
Gets the panes's content element.
- Type
- HTMLElement
constructor(header: any, content: any): AccordionPane
Initializes a new instance of the AccordionPane class.
Element or CSS selector for the element that contains the pane header.
Element or CSS selector for the element that contains the pane content.
Gets or sets a value that determines whether this AccordionPane is expanded or collapsed.
Gets or sets a value that determines whether this AccordionPane is disabled.
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.