Skip to main content

ICriteriaVisitor.Visit(OperandValue) Method

Visits the OperandValue element.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Visit(
    OperandValue theOperand
)

Parameters

Name Type Description
theOperand OperandValue

The Criteria Language element to visit.

Returns

Type Description
Object

The visit result.

See Also