Skip to main content

GroupOperator(GroupOperatorType, CriteriaOperator[]) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type Description
type GroupOperatorType

A GroupOperatorType enumeration value that specifies the type of the group operator. This value is assigned to the GroupOperator.OperatorType property.

operands CriteriaOperator[]

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

See Also