AggregateOperand.Condition Property
In This Article
Gets or sets the filter criterion the aggregate operand uses to filter values to aggregate from the collection property that the CollectionProperty specifies.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public CriteriaOperator Condition { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
The filter criterion the aggregate operand uses to filter values to aggregate from the collection property that the Collection |
See Also