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

DataViewBase.FilterEditorShowOperandTypeIcon Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool FilterEditorShowOperandTypeIcon { get; set; }

Property Value

Type Description
Boolean

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

Remarks

If the FilterEditorShowOperandTypeIcon 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, predefined date constants are available to create a filter. To activate this filter mode, the end-user should click the operand type icon or press CTRL+Q, and click the second value box to display the set of available options.

filtereditor_showoperandicontype

filtereditor_showoperandicontype_1

Note

The FilterEditorShowOperandTypeIcon option works in the legacy Filter Editor only.

See Also