GroupOperator(CriteriaOperator[]) Constructor
Initializes a new instance of the GroupOperator class with the specified operands.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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