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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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