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

PivotGridControl.UseLegacyFilterEditor Property

Gets or sets whether to use the new, Excel-style, or the old filter editor. This is an attached property.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public bool? UseLegacyFilterEditor { get; set; }

Property Value

Type Description
Nullable<Boolean>

True to use the old filter editor; False to use the Excel-style filter editor.

Remarks

The Filter Editor based on the FilterEditorControl and described in this article is introduced in v19.1. Previous versions use the Prefilter Editor based on the FilterControl. To switch to the Prefilter Editor, set the UseLegacyFilterEditor property to true.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UseLegacyFilterEditor property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also