PivotGridFieldBase.ShowActiveFilterButton Property
Gets whether the Filter Button is displayed as active.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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