Skip to main content
A newer version of this page is available. .

CriteriaOperator.Or(CriteriaOperator[]) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

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