Gets or sets a value that determines whether a C1Window object may be moved.

Remarks

If this property is set true, user can drag a C1Window object on web form. When mouse cursor hovers the heading of C1Window, cursor will change to move mode. When dialog is pinned this property is set to false.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_allowMove();
function set_allowMove(value);

See Also