Skip to main content

CriteriaOperatorValidator.Visit(AggregateOperand) Method

Enables custom processing of the specified AggregateOperand.

Namespace: DevExpress.DataAccess.ExpressionEditor

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override void Visit(
    AggregateOperand theOperand
)

Parameters

Name Type Description
theOperand AggregateOperand

An AggregateOperand object.

Remarks

For a code sample, see the following example online: How to customize the Expression Editor.

See Also