Skip to main content

IClientCriteriaVisitor.Visit(OperandProperty) Method

Visits the OperandProperty element.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Visit(
    OperandProperty theOperand
)

Parameters

Name Type Description
theOperand OperandProperty

The Criteria Language element to visit.

Returns

Type Description
Object

The visit result.

See Also