Skip to main content

ICriteriaVisitor<T>.Visit(GroupOperator) Method

Visits the GroupOperator element.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

T Visit(
    GroupOperator theOperator
)

Parameters

Name Type Description
theOperator GroupOperator

The Criteria Language element to visit.

Returns

Type Description
T

The visit result.

See Also