MindFusion.UI for WebForms Programmer's Guide

AccordionItem Members

Constructors Properties Methods
 


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

ContentCssClass

Gets or sets the default CSS class for the content element.

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the item finishes loading.

FrameLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the content iframe element finishes loading.

HeaderClickScript

Gets or sets the name of a JavaScript function that should be invoked when the user clicks the item header.

HeaderCssClass

Gets or sets the default CSS class for the header element.

Name

Gets the ID of the control.

ParentHost

Gets the parent Accordion of this AccordionItem.

Theme

Gets or sets the theme applied to AccordionItem's UI elements.

Title

Gets or sets the title text of this item.

UseFrameTitle

Gets or sets a value indicating whether the item will display the title of its content iframe.

 Inherited Public Properties

  Name Description

NavigateUrl

Gets or sets the URL of the page that will be loaded in the control. (Inherited from WindowBase.)

Template

Gets or sets the control's template. (Inherited from WindowBase.)

 Protected Methods

  Name Description

LoadFromXml

Loads the control from an XML element.

OnPreRender

Control.OnPreRender override.

Render

Control.Render override.

RenderContent

WindowBase.RenderContent override.

RenderContents

WebControl.RenderContents override.

SaveToXml

Saves the control to the underlying document under the specified name.

 Inherited Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override. (Inherited from WindowBase.)

OnDataBinding

Control.OnDataBinding override. (Inherited from WindowBase.)

 See Also