Back to Devexpress

FilterEditorControl.UseMenuForOperandsAndOperators Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-ddf85b04.md

latest2.1 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool UseMenuForOperandsAndOperators { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property UseMenuForOperandsAndOperators As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

The UseMenuForOperandsAndOperators property is set to true :

The UseMenuForOperandsAndOperators property is set to false :

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

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace