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

ASPxGridBase.LoadClientLayout(String) Method

Restores a grid layout from the specified string.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void LoadClientLayout(
    string layoutData
)

Parameters

Name Type Description
layoutData String

A String value that contains the grid’s layout data.

Remarks

Use the LoadClientLayout property to restore the grid layout.

To save a grid layout, use the ASPxGridBase.SaveClientLayout method. You can specify what information on the layout can be saved by using options provided by the SettingsCookies property.

See Also