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.v19.2.dll

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

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

pivotgrid_prefilterpanel

See Also