Skip to main content
A newer version of this page is available. .
Tab

ASPxClientLayoutArgs(ClientLayoutMode) Constructor

Initializes a new instance of the ASPxClientLayoutArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxClientLayoutArgs(
    ClientLayoutMode layoutMode
)

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