Skip to main content

ShowPrefilterPanelMode Enum

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public enum ShowPrefilterPanelMode
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.

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