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

PivotGridControl.ActiveFilterEnabled Property

Gets or sets whether to apply the filter criteria specified using the PivotGridControl.ActiveFilterCriteria or PivotGridControl.ActiveFilterString.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[DXCategory("Data")]
public bool ActiveFilterEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to apply a filter criteria; otherwise, false.

Remarks

In the Pivot Grid’s UI, the ActiveFilterEnabled property corresponds to a Filter Panel’s checkbox that toggles filtering.

WinPivot_Filtering_FilterPanel

See Also