Skip to main content

WindowsFormsSettings.UseAdvancedFilterEditorControl Property

Specifies whether WinForms data-aware controls should use the advanced Filter Editor Control that features a single-tab interface and enhanced text criteria builder.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static DefaultBoolean UseAdvancedFilterEditorControl { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumerator value that specifies whether or not WinForms data-aware controls should use the advanced Filter Editor Control.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

This setting specifies whether data-aware controls that have been using the legacy Filter Editor Control (the DevExpress.XtraFilterEditor.FilterEditorControl class from the “DevExpress.XtraRichEdit.v23.2 library) should switch to its updated version (the FilterEditorControl class from the “DevExpress.DataAccess.v23.2.UI” library).

New Filter Editor Control

The primary difference between two Filter Editor Control versions is their “Text” panel implementation. Most data-aware controls do not display this panel by default (the editor’s ViewMode property is set to Visual), so for your end-users, there is no difference between these two Filter Editor Controls.

See Also