A newer version of this page is available.
Switch to the current version.
AggregateOperand.CustomAggregateOperands Property
Gets an operand collection passed to a custom aggregate function.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public CriteriaOperatorCollection CustomAggregateOperands { get; }
Public ReadOnly Property CustomAggregateOperands As CriteriaOperatorCollection
Property Value
Type | Description |
---|---|
CriteriaOperatorCollection | A collection of operand values. |
Implements
DevExpress.Data.Filtering.Helpers.ICustomAggregateOperand.CustomAggregateOperands
See Also
Feedback