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

CompatibilitySettings.UseLegacyFilterEditor Property

Gets or sets whether the legacy filter editor is used.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public static bool UseLegacyFilterEditor { get; set; }

Property Value

Type Description
Boolean

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

Remarks

  • FilterControl - a previous filter editor.
  • FilterEditorControl - a new filter editor. The GridControl and TreeListControl support it starting from v18.2. The PivotGridControl supports it starting from v19.1. To use this filter editor, set the UseLegacyFilterEditor property to false.
See Also