AggregateOperand.CollectionProperty Property
Gets or sets an operand that specifies the collection property by which the aggregate operand evaluates the average value.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public OperandProperty CollectionProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| OperandProperty | The operand that specifies the collection property by which the aggregate operand evaluates the average value. |
Remarks
The operand can specify a path through object relationships, for example "Department.Employees".
See Also