MindFusion.UI for WebForms Programmer's Guide

DockWindow.isContainer Method

See Also
 



Gets a value indicating whether the window is a container for other windows.

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

 Syntax

JavaScript  Copy Code

function isContainer ()

 Return Value

Type: Boolean
True if the window is a container, otherwise false.

 See Also