Skip to main content

CriteriaOperator.And(IEnumerable<CriteriaOperator>) Method

Returns the expression which groups the specified operands with logical AND.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static CriteriaOperator And(
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
operands IEnumerable<CriteriaOperator>

A list of operands to be grouped.

Returns

Type Description
CriteriaOperator

A CriteriaOperator object representing the expression which groups the specified operands with logical AND.

See Also