PivotGridFieldBase.ShowFilterButton Property
Gets whether the Filter Button is visible within the current field’s header.
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 visible for the current field; otherwise, false. |
Remarks
To obtain whether the Filter Button is displayed as active, use the PivotGridFieldBase.ShowActiveFilterButton property.
See Also