MindFusion.UI for WebForms Programmer's Guide

AccordionItem Members

Fields Methods
 


Represents an item in an Accordion control.

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

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

expanded

Indicates whether the item is expanded or not.

parent

The parent Accordion of this item.

 Public Methods

  Name Description

collapse

Collapses the item.

dispose

Sys.UI.Control.dispose override.

expand

Expands the item.

get_headerHeight

Gets the height of the header of this item.

get_navigateUrl

Gets the URL of the web page that will be loaded in the control.

get_title

Gets the title text of this item.

get_useFrameTitle

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

initialize

Sys.UI.Control.initialize override.

refresh

Reloads the item's iframe object.

set_navigateUrl

Sets the URL of the web page that will be loaded in the control.

set_title

Sets the title text of this item.

 See Also