Interface IAggregateFunctionsProvider
Defines property for collection of Aggregate
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. The aggregate functions that will be used in grouping. |