Search
Accordion Members
Constructors Methods
 


A container control that displays a stack of collapsible panes.

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

 Public Constructors

  Name Description

Accordion

Initializes a new instance of the Accordion class.

 Public Methods

  Name Description

addPane

Adds a new collapsible pane to the accordion.

getAllowMultipleExpands

Gets a value indicating whether more than one pane can be expanded at the same time.

remove

 

removeAll

Removes all panes from the accordion.

setAllowMultipleExpands

Sets a value indicating whether more than one pane can be expanded at the same time.

 See Also