Skip to main content

ErrorsEvaluatorCriteriaValidator.Visit(FunctionOperator) Method

Enables custom processing of the specified FunctionOperator.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public virtual void Visit(
    FunctionOperator theOperator
)

Parameters

Name Type Description
theOperator FunctionOperator

A FunctionOperator object.

Remarks

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

See Also