GroupOperator(GroupOperatorType, IEnumerable<CriteriaOperator>) Constructor
Initializes a new GroupOperator instance with the specified operator type and operands that the operator logically combines.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
Declaration
public GroupOperator(
GroupOperatorType type,
IEnumerable<CriteriaOperator> operands
)
Parameters
See Also