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

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

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

This setting specifies whether data-aware controls that have been using the legacy Filter Editor Control (the FilterEditorControl class from the “DevExpress.XtraRichEdit.v19.2 library) should switch to its updated version (the FilterEditorControl class from the “DevExpress.DataAccess.v19.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