PivotGridControl.ShowPrefilterPanel Property
In This Article
Gets whether the Prefilter Panel is displayed within the PivotGridControl. 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 panel is displayed within the Pivot |
#Remarks
To specify when the Prefilter Panel should be displayed within the PivotGridControl, use the PivotGridControl.ShowPrefilterPanelMode property.
See Also