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

PivotGridControl.IsPrefilterEnabled Property

Gets or sets whether the filter specified by the Prefilter, is enabled. 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 bool IsPrefilterEnabled { get; set; }

Property Value

Type Description
Boolean

true to enable the filter expression specified by the Prefilter; otherwise, false.

Remarks

Tip

The Prefilter Panel is a legacy approach. Use the Filter Panel and the PivotGridControl.IsFilterEnabled property instead.

Set the IsPrefilterEnabled property to false to temporarily disable the current filter in code. To enable the filter, set this property to true. Users can do this by toggling the Filter check box displayed within the Prefilter Panel.

pivotgrid_prefilterpanel

See Also