A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<DXCategory("Data")>
Public Property ActiveFilterEnabled As Boolean
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.
See Also
Feedback