Skip to main content

TreeListSettingsCookies.StoreSearchPanelFiltering Property

Gets or sets whether a cookie and layout data contain information on the search panel filter.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, to add the search panel filter information to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to StoreSearchPanelFiltering
ASPxTreeList
.SettingsCookies .StoreSearchPanelFiltering

Remarks

When the TreeListSettingsCookies.Enabled property is set to true, the StoreSearchPanelFiltering property specifies whether information on the search panel filter is saved to a cookie.

Additionally, the StoreSearchPanelFiltering property specifies whether the search panel filter information is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.

See Also