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 | |
---|---|---|
![]() |
Initializes a new instance of the Accordion class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the active item is changed |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked right before the active item is changed |
|
![]() |
Gets or sets a value specifying whether the control should automatically post back to the server when the selected item is changed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Control.ControlCollection override. |
|
![]() |
WebControl.Height override. |
|
![]() |
Gets or sets the CSS class, defining the common style of child items' content. |
|
![]() |
Gets or sets the CSS class, defining the common style of child items. |
|
![]() |
Gets or sets the CSS class, defining the common style of child items' header. |
|
![]() |
Gets the collection of AccordionItems for this control. |
|
![]() |
Gets or sets the index of the currently selected AccordionItem. |
|
![]() |
Gets or sets the theme applied to the control UI elements. |
|
![]() |
WebControl.Width override. |
Name | Description | |
---|---|---|
![]() |
Control.DataBind override. |
|
![]() |
Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument. |
|
![]() |
When implemented by a derived class, processes postback data for an ASP.NET server control. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
|
![]() |
Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument. |
Name | Description | |
---|---|---|
![]() |
Control.CreateChildControls override. |
|
![]() |
Control.LoadViewState override. |
|
![]() |
Raises the AccordionItemCreated event. |
|
![]() |
Raises the AccordionItemDeleted event. |
|
![]() |
Raises the BeginLoad event. |
|
![]() |
Raises the Deselected event. |
|
![]() |
Raises the EndLoad event. |
|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the Selected event. |
|
![]() |
Raises the SelectedIndexChanged event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
|
![]() |
Control.SaveViewState override. |
|
![]() |
Control.TrackViewState override. |
Name | Description | |
---|---|---|
![]() |
Raised when an AccordionItem is created. |
|
![]() |
Raised when an AccordionItem is deleted. |
|
![]() |
Raised when the component starts loading data from a file or memory stream. |
|
![]() |
Raised when an AccordionItem is deselected. |
|
![]() |
Raised when the component ends loading data from a file or memory stream. |
|
![]() |
Raised when an AccordionItem is selected. |
|
![]() |
Raised when the value of the SelectedIndex property has changed. |