New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.PivotGrid.Core.Aggregates.AggregateFunctions

Describes the supported aggregate functions available for Telerik.Web.UI.PivotGrid.Core.LocalDataSourceProvider .

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.PivotGrid.Core.Aggregates.AggregateFunctions

Properties

Average AggregateFunction

Computes the average.

Count AggregateFunction

Counts items.

Max AggregateFunction

Computes the maximum.

Min AggregateFunction

Computes the minimum.

Product AggregateFunction

Computes the product.

StdDev AggregateFunction

Estimates the standard deviation of a population based on a sample.

StdDevP AggregateFunction

Estimates the standard deviation of a population based on the entire population.

Sum AggregateFunction

Computes the sum.

Var AggregateFunction

Estimates the variance based on a sample.

VarP AggregateFunction

Estimates the variance based on the entire population.

In this article