Skip to main content

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.v14.2.dll

Declaration

[XtraSerializablePropertyId(2)]
[XtraSerializableProperty]
public ShowPrefilterPanelMode ShowPrefilterPanelMode { get; set; }
<XtraSerializablePropertyId(2)>
<XtraSerializableProperty>
Public Property ShowPrefilterPanelMode As ShowPrefilterPanelMode

Property Value

Type Description
ShowPrefilterPanelMode

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

See Also