AggregateOperand.CustomAggregateOperands Property
In This Article
Gets an operand collection passed to a custom aggregate function.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public CriteriaOperatorCollection CustomAggregateOperands { get; }
#Property Value
Type | Description |
---|---|
Criteria |
A collection of operand values. |
See Also