Skip to main content

ContainsOperator(String, CriteriaOperator) Constructor

Initializes a new ContainsOperator instance with the specified property name and search criterion.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public ContainsOperator(
    string collectionProperty,
    CriteriaOperator condition
)

Parameters

Name Type Description
collectionProperty String

The name of the collection property by whose values the operand calculates an aggregate value. It can be a path through object relationships, for example "Employer.Addresses". This value is case-sensitive.

condition CriteriaOperator

The criterion which the property should match.

See Also