aspnet-devexpress-dot-web-a734a642.md
Lists the values that indicate which operation should be performed when handling a web control’s ClientLayout event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ClientLayoutMode
Public Enum ClientLayoutMode
| 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.
|
The following properties accept/return ClientLayoutMode values:
Values listed by this enumeration are used to set the ASPxClientLayoutArgs.LayoutData property.
See Also