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

PivotGridControl.UseLegacyFilterPanel Property

Gets or sets whether the legacy filter panel is used.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public bool? UseLegacyFilterPanel { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to use the legacy filter panel; otherwise, false.

Remarks

The PivotGridControl v20.1 and later supports the new filter panel:

The previous filter panel displays a filter string.

The new filter panel displays a filter expression as a set of blocks with different colors for each block type (field name, field value, date-time function).

To use the new filter panel:

See Also