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.v19.1.dll

Declaration

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