Skip to main content
A newer version of this page is available.

ShowPrefilterPanelMode Enum

Lists values that specify when the PivotGridControl displays the Prefilter Panel.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public enum ShowPrefilterPanelMode

Members

Name Description
Default

The prefilter panel is shown when data is filtered. Otherwise, the filter panel is hidden.

ShowAlways

The prefilter panel is always shown at the bottom of the PivotGridControl.

Never

The prefilter panel is hidden.

Related API Members

The following properties accept/return ShowPrefilterPanelMode values:

Remarks

The values listed by this enumeration are used to set the PivotGridControl.ShowPrefilterPanelMode property’s value.

See Also