Search
AccordionItem Members
Constructors Properties Methods Events
 


Represents an item in an Accordion control.

The following tables list the members exposed by the AccordionItem type.

 Public Constructors

  Name Description

AccordionItem

Initializes a new instance of the AccordionItem class.

 Public Properties

  Name Description

ContentHeight

Gets or sets the height of the content area. If not set, the height is determined automatically from the first child control.

ContentPanel

Gets the panel that hosts the content of the accordion item.

Icon

Gets or sets the icon displayed in the header.

IsExpanded

Gets or sets a value indicating whether this accordion item is expanded.

Title

Gets or sets the title displayed in the header.

 Public Methods

  Name Description

UpdateContentSize

Updates the size of the content area.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnIsExpandedChanged

Raises the IsExpandedChanged event.

OnParentChanged

Control.OnParentChanged override.

 Public Events

  Name Description

IsExpandedChanged

Raised when the IsExpanded property has changed.

 See Also