Skip to main content
Tab

ASPxClientLayoutArgs.LayoutData Property

Gets or sets the layout data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string LayoutData { get; set; }

Property Value

Type Description
String

A String value that contains the layout data.

Remarks

Use the LayoutData property to save and restore the layout of a web control.

Save Layout

Restore Layout

See Also