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

FilterEditorControl.ShowOperandTypeIcon Property

Gets or sets whether the operand type icon is visible. Clicking this icon at runtime allows end-users to compare values of one filter column with values of another.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
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

See the FilterEditorControl.ShowOperandTypeIcon property to learn more.

See Also