ShowPrefilterPanelMode Enum
In This Article
Lists values that specify when the PivotGridControl displays the Prefilter Panel.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The prefilter panel is shown when data is filtered. Otherwise, the filter panel is hidden. |
Show |
The prefilter panel is always shown at the bottom of the Pivot |
Never | The prefilter panel is hidden. |
#Passed To
You can pass ShowPrefilterPanelMode values to the PivotGridControl.ShowPrefilterPanelMode property.
#Remarks
The values listed by this enumeration are used to set the PivotGridControl.ShowPrefilterPanelMode property's value.
See Also