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

Declaration

public static bool UseLegacyFilterEditor { get; set; }

Property Value

Type Description
Boolean

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

Remarks

FilterControl - a standard filter editor.

DevExpress.Xpf.Core.FilteringUI.FilterEditorControl - a new filter editor. The GridControl and TreeListControl support it starting from v18.2. To use this filter editor, set the DataViewBase.UseLegacyFilterEditor property to false.

See Also