Class PercentOfBase
A base class for all SiblingTotalsFormat that show 'percent-of'.
Inheritance
System.Object
    
    
    
    
    
    PercentOfBase
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Pivot.Core.Totals
Assembly: Telerik.WinControls.PivotGrid.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 AggregateValues by this TotalFormat.
Declaration
public override 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.  |