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

ASPxGridFilterControlSettings.ShowOperandTypeButton Property

Specifies whether an operand type button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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.

Property Paths

You can access this nested property as listed below:

Show 18 property paths
Library Object Type Path to ShowOperandTypeButton
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsFilterControl.ShowOperandTypeButton
ASPxGridView
.SettingsFilterControl.ShowOperandTypeButton
ASPxTreeList
.SettingsFilterControl.ShowOperandTypeButton
ASPxVerticalGrid
.SettingsFilterControl.ShowOperandTypeButton
CardViewSettings
.SettingsFilterControl.ShowOperandTypeButton
CardViewSettings<CardType>
.SettingsFilterControl.ShowOperandTypeButton
GridViewSettings
.SettingsFilterControl.ShowOperandTypeButton
GridViewSettings<RowType>
.SettingsFilterControl.ShowOperandTypeButton
MVCxCardView
.SettingsFilterControl.ShowOperandTypeButton
MVCxGridView
.SettingsFilterControl.ShowOperandTypeButton
MVCxTreeList
.SettingsFilterControl.ShowOperandTypeButton
MVCxVerticalGrid
.SettingsFilterControl.ShowOperandTypeButton
TreeListSettings
.SettingsFilterControl.ShowOperandTypeButton
TreeListSettings<RowType>
.SettingsFilterControl.ShowOperandTypeButton
VerticalGridSettings
.SettingsFilterControl.ShowOperandTypeButton
VerticalGridSettings<ColumnType>
.SettingsFilterControl.ShowOperandTypeButton
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsFilterControl.ShowOperandTypeButton
BootstrapGridView
.SettingsFilterControl.ShowOperandTypeButton

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