Class NumericFormatAggregateFunction
Base class for generic AggregateFunctions that preserve the meaning of the underlying data. It provides a basic functionality to select default string formats.
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class NumericFormatAggregateFunction : AggregateFunction, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, INamed
Constructors
NumericFormatAggregateFunction()
Declaration
protected NumericFormatAggregateFunction()
Methods
GetStringFormat(Type, String)
Gets a string format suitable to format the value of the AggregateValues produced by that AggregateFunction.
Declaration
public override string GetStringFormat(Type dataType, string format)
Parameters
System.Type
dataType
The type of the data items. |
System.String
format
A string format selected by other means. You may keep or discard it. |
Returns
System.String
A string. |