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

ASPxClientLayoutArgs.LayoutData Property

Gets or sets the layout data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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