AggregateOperand.Condition Property
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
public CriteriaOperator Condition { get; set; }
Property Value
Type | Description |
---|---|
CriteriaOperator | The filter criterion the aggregate operand uses to filter values to aggregate from the collection property that the CollectionProperty specifies. |
See Also