Skip to main content

GroupOperator(GroupOperatorType, IEnumerable<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,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
type GroupOperatorType

The operator type.

operands IEnumerable<CriteriaOperator>

A collection of operands on which the operator acts.

See Also