Base class for generic AggregateFunctions that preserve the meaning of the underlying data. It provides a basic functionality to select default string formats.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
C#
[DataContract]
public abstract class NumericFormatAggregateFunction : AggregateFunction, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable, INamed
Inheritance: objectCloneableSettingsNodeAggregateFunctionNumericFormatAggregateFunction
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected NumericFormatAggregateFunction()
Methods
Gets a string format suitable to format the value of the AggregateValues produced by that AggregateFunction.