Skip to main content

CriteriaOperator.Accept(ICriteriaVisitor) Method

Invokes an appropriate overload of the visitor’s Visit method.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public abstract object Accept(
    ICriteriaVisitor visitor
)

Parameters

Name Type Description
visitor ICriteriaVisitor

A visitor that implements the DevExpress.Data.Filtering.ICriteriaVisitor interface.

Returns

Type
Object

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also