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

ASPxVerticalGridCookiesSettings.StoreSorting Property

Gets or sets whether a cookie and layout data contain information on sorting applied to ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreSorting
ASP.NET Controls and MVC Extensions ASPxVerticalGrid
.SettingsCookies .StoreSorting
ASP.NET MVC Extensions MVCxVerticalGrid
.SettingsCookies .StoreSorting
VerticalGridSettings
.SettingsCookies .StoreSorting
VerticalGridSettings<ColumnType>
.SettingsCookies .StoreSorting

Remarks

When the ASPxGridCookiesSettings.Enabled property is set to true, the StoreSorting property specifies whether information on sorting applied to the ASPxVerticalGrid is saved to a cookie.

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

See Also