ASPxClientLayoutArgs(ClientLayoutMode, String) 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. |
layoutData | String | A String value that contains the layout data. This value is assigned to the ASPxClientLayoutArgs.LayoutData property. |
See Also