Skip to main content

GroupOperator(GroupOperatorType, CriteriaOperator[]) Constructor

Initializes a new GroupOperator instance with the specified operator type and operands that the operator logically combines.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public GroupOperator(
    GroupOperatorType type,
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
type GroupOperatorType

The operator type.

operands CriteriaOperator[]

An array of operands on which the operator acts.

See Also