Back to Devexpress

ClientLayoutMode Enum

aspnet-devexpress-dot-web-a734a642.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ClientLayoutMode
vb
Public Enum ClientLayoutMode

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Web Namespace