Skip to main content
Tab

ASPxClientLayoutArgs(ClientLayoutMode, String) Constructor

Initializes a new instance of the ASPxClientLayoutArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxClientLayoutArgs(
    ClientLayoutMode layoutMode,
    string layoutData
)

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