Skip to main content

ErrorsEvaluatorCriteriaValidator.Visit(JoinOperand) Method

Enables custom processing of the specified JoinOperand.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual void Visit(
    JoinOperand theOperand
)

Parameters

Name Type Description
theOperand JoinOperand

A JoinOperand object.

Remarks

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

Implements

See Also