Class TotalFormat
A base class for all total formats. For internal use. Please refer to one of the Single
Inherited Members
Namespace: Telerik.Pivot.Core.Totals
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public abstract class TotalFormat : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable
Methods
GetStringFormat(Type, String)
Gets a string format suitable to form the produced Aggregate
Declaration
public virtual string GetStringFormat(Type dataType, string stringFormat)
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. |