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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.