Skip to main content

GroupOperator(CriteriaOperator[]) Constructor

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

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public GroupOperator(
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
operands CriteriaOperator[]

An array of operands on which the operator acts.

See Also