ClassNumericFormatAggregateFunction
Class
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:
cs-api-definition
[DataContract]
public abstract class NumericFormatAggregateFunction : AggregateFunction, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable, INamed
Inheritance: objectCloneableSettingsNodeAggregateFunctionNumericFormatAggregateFunction
Derived Classes:
Implements:
Inherited Members
Constructors
NumericFormatAggregateFunction()
Declaration
cs-api-definition
protected NumericFormatAggregateFunction()
Methods
GetStringFormat(Type, string)
Gets a string format suitable to format the value of the AggregateValues produced by that AggregateFunction.