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

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

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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

See the FilterEditorControl.UseMenuForOperandsAndOperators property to learn more.

See Also