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

Remarks

If this property is set true, a C1Window object can be resized through a resizer. This behavior uses the ResizeBehavior in Palomino Framework.

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

Syntax

JavaScript
function get_allowResize();
function set_allowResize(value);

See Also