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

Declaration

public bool IsPrefilterVisible { get; set; }
Public Property IsPrefilterVisible As Boolean

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