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

ASPxGridCookiesSettings.StorePaging Property

Gets or sets whether a cookie and layout data contain information on the active page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool StorePaging { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to add the active page information to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 16 property paths

Remarks

When the ASPxGridCookiesSettings.Enabled property is set to true, the StorePaging property specifies whether information on the active page is saved to a cookie.

Additionally, the StorePaging property specifies whether the active page information is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.

See Also