|
Name |
Description |
|
ActiveItemChangedScript |
Gets or sets the name of a JavaScript function that should be invoked when the active item is changed |
|
ActiveItemChangingScript |
Gets or sets the name of a JavaScript function that should be invoked right before the active item is changed |
|
AutoPostBack |
Gets or sets a value specifying whether the control should automatically post back to the server when the selected item is changed. |
|
ControlLoadedScript |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
Controls |
Control.ControlCollection override. |
|
Height |
WebControl.Height override. |
|
ItemContentCssClass |
Gets or sets the CSS class, defining the common style of child items' content. |
|
ItemCssClass |
Gets or sets the CSS class, defining the common style of child items. |
|
ItemHeaderCssClass |
Gets or sets the CSS class, defining the common style of child items' header. |
|
Items |
Gets the collection of AccordionItems for this control. |
|
SelectedIndex |
Gets or sets the index of the currently selected AccordionItem. |
|
Theme |
Gets or sets the theme applied to the control UI elements. |
|
Width |
WebControl.Width override. |