GroupOperator(CriteriaOperator[]) Constructor
In This Article
Initializes a new instance of the GroupOperator class with the specified operands.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public GroupOperator(
params CriteriaOperator[] operands
)
#Parameters
Name | Type | Description |
---|---|---|
operands | Criteria |
An array of the Group |
#Remarks
Operands are grouped by the GroupOperatorType.And type.
See Also