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

PivotGridWebOptionsFilter.FilterPanelMode Property

Gets or sets whether to synchronize filters applied in the field filter and Filter Editor.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(FilterPanelMode.Default)]
public FilterPanelMode FilterPanelMode { get; set; }

Property Value

Type Default Description
FilterPanelMode **Default**

An enumeration value that specifies the filter panel mode.

Available values:

Name Description
Prefilter

The field filter values are not displayed in the filter panel.

Filter

The field filter values are displayed in the filter panel.

Default

A default mode. For v20.2, the default mode is Prefilter.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterPanelMode
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsFilter .FilterPanelMode
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsFilter .FilterPanelMode
PivotGridSettings
.OptionsFilter .FilterPanelMode
See Also