MindFusion.UI for WebForms Programmer's Guide

Accordion.set_selectedIndex Method

See Also
 



Sets the index of the currently expanded item.

Namespace: MindFusion.UI.Web
Assembly: Accordion.js

 Syntax

JavaScript  Copy Code

function set_selectedIndex (value)

 Parameters

value

Type: Number
The index of the currently expanded item.

 See Also