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

FilterControl.UseMenuForOperandsAndOperators Property

Gets or sets whether a menu or combobox editor is used to select operands and operators in a FilterControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool UseMenuForOperandsAndOperators { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a menu is used to select operands and operators in a FilterControl; false if a combobox editor is used.

Remarks

The UseMenuForOperandsAndOperators property is set to true:

FilterControl_UseMenuForOperandAndOperators_True

The UseMenuForOperandsAndOperators property is set to false:

FilterControl_UseMenuForOperandAndOperators_False

In this mode, incremental searching is supported. A user can select values by typing text within the edit box.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UseMenuForOperandsAndOperators property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also