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

ASPxGridCookiesSettings.StoreFiltering Property

Gets or sets whether a cookie and layout data contain information on the filter criteria applied to the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to add the 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 StoreFiltering
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsCookies.StoreFiltering
BootstrapGridView
.SettingsCookies.StoreFiltering
ASP.NET Web Forms Controls ASPxCardView
.SettingsCookies.StoreFiltering
ASPxGridView
.SettingsCookies.StoreFiltering
ASPxVerticalGrid
.SettingsCookies.StoreFiltering
GridViewProperties
.SettingsCookies.StoreFiltering
CardViewSettings
.SettingsCookies.StoreFiltering
CardViewSettings<CardType>
.SettingsCookies.StoreFiltering
GridViewSettings
.SettingsCookies.StoreFiltering
GridViewSettings<RowType>
.SettingsCookies.StoreFiltering
MVCxCardView
.SettingsCookies.StoreFiltering
MVCxGridView
.SettingsCookies.StoreFiltering
MVCxGridViewProperties
.SettingsCookies.StoreFiltering
MVCxVerticalGrid
.SettingsCookies.StoreFiltering
VerticalGridSettings
.SettingsCookies.StoreFiltering
VerticalGridSettings<ColumnType>
.SettingsCookies.StoreFiltering

Remarks

When the ASPxGridCookiesSettings.Enabled property is set to true, the StoreFiltering property specifies whether information on the filter criteria applied to the control is saved to a cookie.

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

See Also