MindFusion.UI for WebForms Programmer's Guide

DockWindow.set_allowedDockLocations Method

See Also
 



Sets a value, indicating the possible locations inside this control.

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

 Syntax

JavaScript  Copy Code

function set_allowedDockLocations (value)

 Parameters

value

Type: DockLocation
One of the DockLocation enumeration values.

 See Also