AggregateOperand.CollectionProperty Property
In This Article
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
C#
public OperandProperty CollectionProperty { get; set; }
#Property Value
Type | Description |
---|---|
Operand |
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