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

OperandProperty.Item[CriteriaOperator] Property

Returns the aggregate operand that evaluates the aggregate value by values that match the passed filter condition from the collection property the operand represents.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public AggregateOperand this[CriteriaOperator condition] { get; }

Parameters

Name Type Description
condition CriteriaOperator

The expression that filters the values from the collection property the operand represents.

Property Value

Type Description
AggregateOperand

The operand that evaluates the aggregate value.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Item[CriteriaOperator] property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also