Back to Devexpress

PivotGridField.IsFilterButtonVisible Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-8f99ca94.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsFilterButtonVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsFilterButtonVisible As Boolean

Property Value

TypeDescription
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

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace