Skip to main content

PivotFilter.ShowOperandTypeIcon Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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