PivotGridWebOptionsFilter.FilterPanelMode Property
In This Article
Gets or sets whether to synchronize filters applied in the field filter and Filter Editor.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(FilterPanelMode.Default)]
public FilterPanelMode FilterPanelMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Filter |
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 v24. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Filter |
---|---|---|
ASP. |
Pivot |
|
ASP. |
ASPx |
|
See Also