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

PivotGridControl.IsPrefilterVisible Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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