ASPxClientLayoutArgs.LayoutMode Property
Indicates whether a control’s layout should be saved or restored.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
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