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

ASPxGridCookiesSettings.StoreSearchPanelFiltering Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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:

Show 16 property paths
Library Object Type Path to StoreSearchPanelFiltering
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsCookies.StoreSearchPanelFiltering
BootstrapGridView
.SettingsCookies.StoreSearchPanelFiltering
ASP.NET Web Forms Controls ASPxCardView
.SettingsCookies.StoreSearchPanelFiltering
ASPxGridView
.SettingsCookies.StoreSearchPanelFiltering
ASPxVerticalGrid
.SettingsCookies.StoreSearchPanelFiltering
GridViewProperties
.SettingsCookies.StoreSearchPanelFiltering
CardViewSettings
.SettingsCookies.StoreSearchPanelFiltering
CardViewSettings<CardType>
.SettingsCookies.StoreSearchPanelFiltering
GridViewSettings
.SettingsCookies.StoreSearchPanelFiltering
GridViewSettings<RowType>
.SettingsCookies.StoreSearchPanelFiltering
MVCxCardView
.SettingsCookies.StoreSearchPanelFiltering
MVCxGridView
.SettingsCookies.StoreSearchPanelFiltering
MVCxGridViewProperties
.SettingsCookies.StoreSearchPanelFiltering
MVCxVerticalGrid
.SettingsCookies.StoreSearchPanelFiltering
VerticalGridSettings
.SettingsCookies.StoreSearchPanelFiltering
VerticalGridSettings<ColumnType>
.SettingsCookies.StoreSearchPanelFiltering

Remarks

When the ASPxGridCookiesSettings.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