PivotGridControl.IsPrefilterVisible Property
In This Article
Gets whether the Prefilter is invoked. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#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