[]
Represents a pane within a Accordion control.
public class AccordionPane
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.
| Name | Description |
|---|---|
| AccordionPane() | Creates one AccordionPane instance. |
| 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. |