FilterControl.UseMenuForOperandsAndOperators Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
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 Filter |
#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