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

PivotGridFieldBase.ShowActiveFilterButton Property

Gets whether the Filter Button is displayed as active.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[Browsable(false)]
public virtual bool ShowActiveFilterButton { get; }

Property Value

Type Description
Boolean

true if the Filter Button is displayed as active for the current field; otherwise, false.

Remarks

The ShowActiveFilterButton property returns true if the field has an active filter applied (or a field group where the current field is first, has an active group filter).

Use the PivotGridFieldBase.ShowFilterButton property to obtain whether the field header contains a filter button, allowing end-users to change the filter condition.

See Also