ClientLayoutMode Enum
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Loading
|
A web control’s Client |
Saving
|
A web control’s Client |
#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