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

ASPxFilterControlBase.ShowOperandTypeButton Property

Specifies whether an operand type button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowOperandTypeButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display an operand type button; otherwise, false.

Remarks

Set the ShowOperandTypeButton property to true to display the operand type button, which allows end-users to switch a filter condition between two modes:

  • comparing a field’s value to a value;
  • comparing a field’s value to another field’s value.

FilterControl_OperandTypeButton

See Also