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.v25.1.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 v25.1, the default mode is Prefilter. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to FilterPanelMode |
|---|---|---|
| ASP.NET MVC Extensions | PivotGridSettings |
|
| ASP.NET Web Forms Controls | ASPxPivotGrid |
|
See Also