Back to Devexpress

PivotGridFieldBase.ShowActiveFilterButton Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-88d12732.md

latest2.2 KB
Original Source

PivotGridFieldBase.ShowActiveFilterButton Property

Gets whether the Filter Button is displayed as active.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool ShowActiveFilterButton { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ShowActiveFilterButton As Boolean

Property Value

TypeDescription
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

ShowFilterButton

Filter Button and Popup

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace