A newer version of this page is available.
Switch to the current version.
AggregateOperand.CollectionProperty Property
Gets or sets a collection property whose elements are used to calculate an aggregate expression.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public OperandProperty CollectionProperty { get; set; }
Public Property CollectionProperty As OperandProperty
Property Value
Type | Description |
---|---|
OperandProperty | An OperandProperty object which represents the collection property. |
See Also
Feedback