Skip to main content

ErrorsEvaluatorCriteriaValidator.Visit(BinaryOperator) Method

Enables custom processing of the specified BinaryOperator.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual void Visit(
    BinaryOperator theOperator
)

Parameters

Name Type Description
theOperator BinaryOperator

A BinaryOperator object.

Remarks

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

See Also