Skip to main content
A newer version of this page is available. .
Tab

ASPxDockManager.FreezeLayout Property

Gets or sets whether end-users can dock and undock panels by dragging them.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool FreezeLayout { get; set; }

Property Value

Type Default Description
Boolean **false**

true to allow end-users to dock and undock panels; otherwise, false.

Remarks

Use the FreezeLayout property to control whether an end-user can change a panel’s dock state, and rearrange panels within a zone by dragging them. Set the FreezeLayout property to true to prohibit an end-user from the docking layout changing.

The setting of the FreezeLayout property doesn’t affect the ability of docking/undocking a panel via code.

See Also