Class PercentOfBase
A base class for all Sibling
Inheritance
System.Object
PercentOfBase
Inherited Members
Namespace: Telerik.Pivot.Core.Totals
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class PercentOfBase : ComparedTo, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, IDescriptionsReferencing
Constructors
PercentOfBase()
Declaration
protected PercentOfBase()
Methods
GetStringFormat(Type, String)
Gets a string format suitable to form the produced Aggregate
Declaration
public override 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. |