Skip to main content
All docs
V19.2
Tag

PivotGridFieldBase.ExpressionOperator Property

Gets the criteria operator used to evaluate values for the current unbound field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[Browsable(false)]
public CriteriaOperator ExpressionOperator { get; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that represents the criteria operator.

Remarks

The ExpressionOperator property obtains the criteria operator from the unbound expression specified by the PivotGridFieldBase.UnboundExpression property. If the PivotGridFieldBase.UnboundExpression property is not specified, the ExpressionOperator property returns null (Nothing in Visual Basic).

See Also