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

AggregateOperand(String, Aggregate) Constructor

Initializes an AggregateOperand instance with the specified collection property name and operator type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public AggregateOperand(
    string collectionProperty,
    Aggregate type
)

Parameters

Name Type Description
collectionProperty String

The name of the collection property by whose values the operand calculates an aggregate value. It can be a path through object relationships, for example "Employer.Addresses". This value is case-sensitive.

type Aggregate

The aggregate operator type.

See Also