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

PivotGridControl.ActiveFilterString Property

Gets or sets a string that specifies the filter criteria applied to the PivotGridControl‘s data.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public string ActiveFilterString { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies a string that specifies a filter criteria applied to data displayed in the PivotGridControl.

Remarks

To learn more about filtering, see Filtering Overview.

See Also