Skip to main content

CriteriaOperator.Or(CriteriaOperator[]) Method

Initializes a new CriteriaOperator that groups specified criteria via the logical OR operator.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static CriteriaOperator Or(
    params CriteriaOperator[] operands
)

Parameters

Name Type Description
operands CriteriaOperator[]

An array of criteria to group.

Returns

Type Description
CriteriaOperator

The new criterion that groups specified criteria via the logical OR operator.

See Also