Class TotalFormat
A base class for all total formats. For internal use. Please refer to one of the SingleTotalFormat or SiblingTotalsFormat instead.
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 AggregateValues by this TotalFormat.
Declaration
public virtual string GetStringFormat(Type dataType, string stringFormat)
Parameters
System.Type
dataType
The type of the data items. |
System.String
stringFormat
A string format selected by other means. You may keep or discard it. |
Returns
System.String
A string. |