Skip to main content

FilterControl.ShowOperandTypeIcon Property

Gets or sets whether the operand’s value can be swapped. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowOperandTypeIcon { get; set; }

Property Value

Type Description
Boolean

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. In addition, for date-time fields, 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.

FilterControl_OperandTypeIcons

See Also