ASPxDockManager.FreezeLayout Property
Gets or sets whether end-users can dock and undock panels by dragging them.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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