Skip to main content

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

Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(2)]
public bool IsPrefilterEnabled { get; set; }
<XtraSerializableProperty>
<XtraSerializablePropertyId(2)>
Public Property IsPrefilterEnabled As Boolean

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