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

ASPxGridBase.SaveClientLayout() Method

Saves the grid layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual string SaveClientLayout()

Returns

Type Description
String

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

Remarks

Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.

ASPxGridView

Use the SaveClientLayout property to save the grid layout. To control what information on the layout can be saved, use options provided by the ASPxGridView.SettingsCookies property.

To load a previously saved layout, use the ASPxGridBase.LoadClientLayout method.

Grid View - Getting Started

ASPxCardView

Use the SaveClientLayout property to save the grid layout. To control what information on the layout can be saved, use options provided by the ASPxCardView.SettingsCookies property.

To load a previously saved layout, use the ASPxGridBase.LoadClientLayout method.

Card View - Getting Started

ASPxVerticalGrid

Use the SaveClientLayout property to save the grid layout. To control what information on the layout can be saved, use options provided by the ASPxVerticalGrid.SettingsCookies property.

To load a previously saved layout, use the ASPxGridBase.LoadClientLayout method.

Vertical Grid - Getting Started

See Also