windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-ede24cdc.md
Gets or sets whether a user can swap the second operand’s type (between the Value box and Field list). The Field list allows users to compare the first operand (field) with another field.
Namespace : DevExpress.DataAccess.UI
Assembly : DevExpress.DataAccess.v25.2.UI.dll
NuGet Package : DevExpress.DataAccess.UI
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowOperandTypeIcon { get; set; }
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property ShowOperandTypeIcon As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , to allow end-users to swap the second operand’s type; otherwise, false.
|
If the ShowOperandTypeIcon property is set to true , the Filter Control displays an additional icon ( ). It allows users to switch the second operand’s type between the Value box and Field list.
When the first operand is a date-time field, the Field list also displays the Date and time constants sub-menu with a set of predefined date constants (This year, Today, etc.). Users can select a date-time constant to check if the first operand falls into a specific date range. The FilterEditorControl.ShowFunctions property specifies the availability of these date-time constants.
Users can also switch the second operand’s type with the CTRL+Q shortcut.
See Also