Skip to main content
All docs
V20.1

PivotGridField.ShowActiveFilterButton Property

Gets whether or not filtering is applied to the current field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public override bool ShowActiveFilterButton { get; }

Property Value

Type Description
Boolean

true, if filtering is applied to the current field; otherwise, false.

See Also