New to Telerik UI for WinFormsStart a free 30-day trial

Represents a aggregation operation for QueryableDataProvider.

Definition

Namespace:Telerik.Pivot.Queryable

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public enum QueryableAggregateFunction

Fields

Represents Average aggregate operation.

C#
Average = 2

Represents Count aggregate operation.

C#
Count = 1

Represents Max aggregate operation.

C#
Max = 3

Represents Mix aggregate operation.

C#
Min = 4

Represents Sum aggregate operation.

C#
Sum = 0
In this article
DefinitionFieldsAverageCountMaxMinSum
Not finding the help you need?
Contact Support