Skip to main content
Tag

PivotGridField.IsFilterButtonVisible Property

Gets whether the filter button is displayed within the field’s header. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
Boolean

true if the filter button is displayed within the field’s header; otherwise, false.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also