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

ClientLayoutMode Enum

Lists the values that indicate which operation should be performed when handling a web control’s ClientLayout event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ClientLayoutMode

Members

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.

Related API Members

The following properties accept/return ClientLayoutMode values:

Remarks

Values listed by this enumeration are used to set the ASPxClientLayoutArgs.LayoutData property.

See Also