Back to Devexpress

ASPxDockManager.FreezeLayout Property

aspnet-devexpress-dot-web-dot-aspxdockmanager-e2a038e6.md

latest1.7 KB
Original Source

ASPxDockManager.FreezeLayout Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool FreezeLayout { get; set; }
vb
<DefaultValue(False)>
Public Property FreezeLayout As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Layout Management

Docking

Online Demo: Docking - Layout Management

ASPxDockManager Class

ASPxDockManager Members

DevExpress.Web Namespace