Enum QueryableAggregateFunction
Represents a aggregation operation for QueryableDataProvider.
Namespace: Telerik.Pivot.Queryable
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public enum QueryableAggregateFunction
Average
Represents Average aggregate operation.
Count
Represents Count aggregate operation.
Max
Represents Max aggregate operation.
Min
Represents Mix aggregate operation.
Sum
Represents Sum aggregate operation.