Back to Devexpress

PivotGridFieldBase.ShowFilterButton Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-10deb477.md

latest2.0 KB
Original Source

PivotGridFieldBase.ShowFilterButton Property

Gets whether the Filter Button is visible within the current field’s header.

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 ShowFilterButton { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ShowFilterButton As Boolean

Property Value

TypeDescription
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

ShowActiveFilterButton

Filter Button and Popup

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace