Skip to main content

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.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

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.

See Also