InterfaceIAggregateFunctionsProvider
Interface
Defines property for collection of AggregateFunction. Used by the expression data engine to create aggregates for a given group.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public interface IAggregateFunctionsProvider
Properties
AggregateFunctions
Gets the aggregate functions used when grouping is executed.
Declaration
cs-api-definition
IEnumerable<AggregateFunction> AggregateFunctions { get; }
Property Value
IEnumerable<AggregateFunction>
The aggregate functions that will be used in grouping.