Class NumericFormatAggregateFunction
Base class for generic Aggregate
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 Aggregate
Declaration
public override string GetStringFormat(Type dataType, string format)
Parameters
System. The type of the data items. |
System. A string format selected by other means. You may keep or discard it. |
Returns
System. A string. |