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

ErrorsEvaluatorCriteriaValidator.Visit(GroupOperator) Method

Enables custom processing of the specified GroupOperator.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public virtual void Visit(
    GroupOperator theOperator
)

Parameters

Name Type Description
theOperator GroupOperator

A GroupOperator object.

Remarks

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

See Also