Represents group with aggregate functions.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class AggregateFunctionsGroup : Group, IGroup
Inheritance: objectGroupAggregateFunctionsGroup
Implements:
Inherited Members
Constructors
C#
public AggregateFunctionsGroup()
Properties
Gets or sets the aggregate functions projection for this group. This projection is used to generate aggregate functions results for this group.
C#
public object AggregateFunctionsProjection { get; set; }
The aggregate functions projection.
Methods
Gets the aggregate results generated for the given aggregate functions.
C#
public AggregateResultCollection GetAggregateResults(IEnumerable<AggregateFunction> functions)
The aggregate results for the provided aggregate functions.
Exceptions:functions is null.