Skip to main content

GroupOperator(CriteriaOperator[]) Constructor

Initializes a new instance of the GroupOperator class with the specified operands.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public GroupOperator(
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
operands CriteriaOperator[]

An array of the GroupOperatorType objects that represent operands. This value is assigned to the GroupOperator.Operands property.

Remarks

Operands are grouped by the GroupOperatorType.And type.

See Also