Skip to main content

DockManagerSettings.ClientLayout Property

Enables you to save and restore the previously saved layout of panels and zones managed by the DockManager.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxClientLayoutHandler ClientLayout { get; set; }

Property Value

Type Description
ASPxClientLayoutHandler

A ASPxClientLayoutHandler method to which custom processing is delegated.

Remarks

Use the ClientLayout property to save and restore the layout from a data store.

Note

To obtain full information about all DockPanel and DockZone extensions on the page, DockManager should be rendered after them. Otherwise, DockManager cannot affect the panel or zone appearance.

See Also