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