ASPxClientLayoutArgs(ClientLayoutMode) Constructor
Initializes a new instance of the ASPxClientLayoutArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutMode | ClientLayoutMode | A ClientLayoutMode enumeration value that indicates whether a web control’s layout should be saved or restored. This value is assigned to the ASPxClientLayoutArgs.LayoutMode property. |
See Also