Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridField.ShowActiveFilterButton Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public override bool ShowActiveFilterButton { get; }

Property Value

Type Description
Boolean

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

See Also