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

PivotGridControl.ShowPrefilterPanelMode Property

Gets or sets when the Prefilter Panel is displayed within the PivotGridControl. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

public ShowPrefilterPanelMode ShowPrefilterPanelMode { get; set; }

Property Value

Type Description
ShowPrefilterPanelMode

A ShowFilterPanelMode enumeration value that specifies when the Prefilter Panel is displayed within the PivotGridControl.

Available values:

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.

See Also