Skip to main content
All docs
V26.1
  • AggregateOperand.CustomAggregateOperands Property

    Gets an operand collection passed to a custom aggregate function.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public CriteriaOperatorCollection CustomAggregateOperands { get; }

    Property Value

    Type Description
    CriteriaOperatorCollection

    A collection of operand values.

    See Also