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

PivotGridFieldBase.ShowFilterButton Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

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