MindFusion.UI for WebForms Programmer's Guide

AccordionItem.get_useFrameTitle Method

See Also
 



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

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

 Syntax

JavaScript  Copy Code

function get_useFrameTitle ()

 Return Value

Type: Boolean
True if the AccordionItem should display the iframe title, otherwise false

 See Also