Search
AccordionItem.expanded Property
See Also
 






Gets or sets a value indicating whether this item is expanded.

Namespace: MindFusion.Common.UI
File: AccordionItem.js

 Syntax

JavaScript  Copy Code

get expanded() {}
set expanded(value) {}

 Property Value

Boolean

True if the items is expanded, otherwise false.

 See Also