Skip to main content

PivotGridControl.IsPrefilterVisible Property

Gets whether the Prefilter is invoked. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
Boolean

true if the Prefilter is visible; otherwise, false.

Remarks

To show the Prefilter, use the PivotGridControl.ShowPrefilter method. The PivotGridControl.HidePrefilter method hides the Prefilter.

See Also