Back to Devexpress

FilterControl.UseMenuForOperandsAndOperators Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-aafd3e14.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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 :

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

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace