Skip to main content

PivotGridControl.ShowPrefilterPanel Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

[Browsable(false)]
public bool ShowPrefilterPanel { get; }

Property Value

Type Description
Boolean

true if the legacy Filter Panel (Prefilter Panel) is displayed within the PivotGridControl; otherwise, false.

Remarks

Tip

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

See Also