DockManagerSettings.FreezeLayout Property
Gets or sets whether end-users can dock and undock panels by dragging them.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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 changing the docking layout.
The setting of the FreezeLayout property doesn’t affect the ability of docking/undocking a panel via code.
See Also