Skip to main content

IClientCriteriaVisitor.Visit(AggregateOperand) Method

Visits the AggregateOperand element.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

object Visit(
    AggregateOperand theOperand
)

Parameters

Name Type Description
theOperand AggregateOperand

The Criteria Language element to visit.

Returns

Type Description
Object

The visit result.

See Also