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