Skip to main content

TreeListSettingsCookies.StoreSorting Property

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

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:

Object Type Path to StoreSorting
ASPxTreeList
.SettingsCookies .StoreSorting

Remarks

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

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

See Also