CriteriaOperator.Accept(ICriteriaVisitor) Method
In This Article
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 | ICriteria |
A visitor that implements the DevExpress. |
#Returns
Type |
---|
Object |
#Remarks
This method supports the internal infrastructure and is not intended to be used directly from your code.
See Also