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

PivotGridControl.ShowPrefilterPanel Property

Gets whether the Prefilter Panel is displayed within the PivotGridControl. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

[Browsable(false)]
public bool ShowPrefilterPanel { get; }

Property Value

Type Description
Boolean

true if the prefilter panel is displayed within the PivotGridControl; otherwise, false.

Remarks

To specify when the Prefilter Panel should be displayed within the PivotGridControl, use the PivotGridControl.ShowPrefilterPanelMode property.

See Also