Represents a container of elements. The elements in the Accordion can be expanded or collapsed. The following tables list the members exposed by the Accordion type.
|
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various Dom elements, part of the control's structure |
|
![]() |
A collection with the child items. |
Name | Description | |
---|---|---|
![]() |
Creates a new AccordionItem instance and adds it to the control's items array. |
|
![]() |
Removes a AccordionItem instance from the control's items array. |
|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether the control should post back to the server when the active item is changed. |
|
![]() |
Gets a value indicating whether user interaction with this item is allowed. |
|
![]() |
Gets the height of the control. |
|
![]() |
Returns the index of the currently expanded item. |
|
![]() |
Gets the width of the control. |
|
![]() |
Gets the currently expanded item. |
|
![]() |
Gets the collection of items for this control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the Accordion control and its child items for a subsequent postback. |
|
![]() |
Makes the specified item the active item. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the active item is changed. |
|
![]() |
Sets a value indicating whether user interaction with the control is allowed. |
|
![]() |
Sets the index of the currently expanded item. |