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

ContainsOperator(OperandProperty, CriteriaOperator) Constructor

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public ContainsOperator(
    OperandProperty collectionProperty,
    CriteriaOperator condition
)

Parameters

Name Type Description
collectionProperty OperandProperty

The operand that specifies the collection property to aggregate by which the aggregate operator computes the aggregate value.

condition CriteriaOperator

The criterion which the property should match.

See Also