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

ASPxClientLayoutArgs.LayoutMode Property

Indicates whether a control’s layout should be saved or restored.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ClientLayoutMode LayoutMode { get; }

Property Value

Type Description
ClientLayoutMode

A ClientLayoutMode enumeration value that indicates whether a web control’s layout should be saved or restored.

Available values:

Name Description
Loading

A web control’s ClientLayout event should be handled to restore the previously saved layout.

Saving

A web control’s ClientLayout event should be handled to save the control’s layout to a data store.

See Also