MindFusion.UI for WebForms Programmer's Guide

ItemEventArgs.getItem Method

See Also
 



Gets the AccordionItem object associated with the event.

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

 Syntax

JavaScript  Copy Code

function getItem ()

 Return Value

Type: AccordionItem
The AccordionItem object associated with the event.

 See Also