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

PivotFilter.ShowOperandTypeIcon Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
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. To learn more, see FilterControl.ShowOperandTypeIcon.

See Also