[]
Initialize a new instance of C1AccordionPage class.
public C1AccordionPage()
Initialize a new instance of C1AccordionPage class.
public C1AccordionPage(string headerText = "", C1Icon headerIcon = null, bool isExpanded = false)
| Type | Name | Description |
|---|---|---|
| string | headerText | Text displayed at the C1AccordionPage header. |
| C1Icon | headerIcon | A C1.Framework.C1Icon displayed as Icon. |
| bool | isExpanded | IsExpanded initial value. |