Represents an item in an Accordion control.
The following tables list the members exposed by the AccordionItem type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the AccordionItem class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the height of the content area. If not set, the height is determined automatically from the first child control. |
|
![]() |
Gets the panel that hosts the content of the accordion item. |
|
![]() |
Gets or sets the icon displayed in the header. |
|
![]() |
Gets or sets a value indicating whether this accordion item is expanded. |
|
![]() |
Gets or sets the title displayed in the header. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Updates the size of the content area. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Clean up any resources being used. |
|
![]() |
Raises the IsExpandedChanged event. |
|
![]() |
Control.OnParentChanged override. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Raised when the IsExpanded property has changed. |
See Also