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

FilterControl.ShowOperandTypeIcon Property

Gets or sets whether the operand’s value can be swapped.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
[SmartTagProperty("Show Operand Type Icon", "")]
public bool ShowOperandTypeIcon { get; set; }

Property Value

Type Default Description
Boolean **false**

true to allow end-users to swap the operand’s value; otherwise, false.

Remarks

If the ShowOperandTypeIcon property is set to true, end-users can compare the values of one filter column with the values of another column.

For date-time fields, if the FilterControl.ShowOperandCustomFunctions property is enabled, predefined date constants are available to create a filter. To activate this filter mode, the end-user needs to click the operand type icon or press CTRL+Q. Then, click the second value box to display the set of available options.

FilterControlOperandTypeIcon

See Also