MindFusion.UI for WebForms Programmer's Guide

DockWindow.set_canDock Method

See Also
 



Sets a value indicating whether the item can be docked.

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

 Syntax

JavaScript  Copy Code

function set_canDock (value)

 Parameters

value

Type: Boolean
True if the item can be docked, otherwise false.

 See Also