Skip to main content

FilterEditorControl.UseMenuForOperandsAndOperators Property

Gets or sets whether a menu or combobox editor is used to select operands and operators in a FilterEditorControl. This property is not supported when filters are edited in a text-based form (see FilterEditorControl.ViewMode).

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Property Value

Type Default Description
Boolean true

true if a menu is used to select operands and operators; otherwise, false.

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.

See Also