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

PivotGridControl.ShowFilterPanelMode Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public ShowFilterPanelMode ShowFilterPanelMode { get; set; }

Property Value

Type Description
DevExpress.Xpf.PivotGrid.ShowFilterPanelMode

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

See Also