[]
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 a reference to the Accordion that contains this Tab.
Gets the panes's content element.
Gets the pane's header element.
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.
Gets or sets a value that determines whether this AccordionPane is visible.
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.