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

ErrorsEvaluatorCriteriaValidator.Visit(AggregateOperand) Method

Enables custom processing of the specified AggregateOperand.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

public virtual 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