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

FilterCriteriaDisplayStyle Enum

Enumerates display styles of filter criteria in a control’s Filter Panel and Filter Editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public enum FilterCriteriaDisplayStyle

Members

Name Description
Default

When a control’s FilterCriteriaDisplayStyle property is set to Default, the actual display style is specified by the WindowsFormsSettings.FilterCriteriaDisplayStyle property.

When the WindowsFormsSettings.FilterCriteriaDisplayStyle property is set to Default, the actual display style is Text.

Visual

Renders filter criteria in an easy-to-read format and uses skin-based colored highlights to differentiate between column names, functions and values. In the Filter Panel, the ‘x’ button is displayed when you hover over a condition. This button allows users to quickly remove individual conditions from the filter.

Text

Renders filter criteria in a text-based format.

Remarks

The static WindowsFormsSettings.FilterCriteriaDisplayStyle property specifies the default display style of filter criteria in all data-aware controls. Individual controls can override this setting with the properties they provide.

See Also