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

PivotGridControl.ShowPrefilterPanelMode Property

Gets or sets when the legacy Filter Panel (Prefilter Panel) is displayed within the PivotGridControl. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public ShowPrefilterPanelMode ShowPrefilterPanelMode { get; set; }

Property Value

Type Description
ShowPrefilterPanelMode

An enumeration value that specifies when the legacy Filter Panel (Prefilter Panel) is displayed within the PivotGridControl.

Available values:

Name Description
Default

The prefilter panel is shown when data is filtered. Otherwise, the filter panel is hidden.

ShowAlways

The prefilter panel is always shown at the bottom of the PivotGridControl.

Never

The prefilter panel is hidden.

Remarks

Tip

The Prefilter Panel is a legacy approach, use the new Filter Panel and the PivotGridControl.ShowFilterPanelMode property instead.

See Also