Version

SumSummaryCalculator Class Members

The following tables list the members exposed by SumSummaryCalculator.

Public Constructors
 NameDescription
Public ConstructorSumSummaryCalculator ConstructorConstructor. Initializes a new instance of SumSummaryCalculator.  
Public Properties
 NameDescription
Public PropertyDescriptionOverridden. Description of the summary calculator.  
Public PropertyDisplayNameOverridden. Returns the display name of the summary calculator. This will be displayed in the UI.  
Public PropertyImageImage for the summary calculator selection UI. (Inherited from Infragistics.Windows.DataPresenter.SummaryCalculator)
Public PropertyIsCalculationAffectedBySortIndicates whether the calculation is affected by the order in which data is aggregated. This is used to determine whether the calculation needs to be re-evaluated when the records are sorted. (Inherited from Infragistics.Windows.DataPresenter.SummaryCalculator)
Public PropertyNameOverridden. Returns the name of the summary calculator. This identifies the summary calculator.  
Public Methods
 NameDescription
Public MethodAggregateOverridden. Processes individual piece of data value.  
Public MethodApplyDefaultFormatApplies the default format to the specified result and returns a string representation of the summary result as it is to be displayed inside the summary result element. (Inherited from Infragistics.Windows.DataPresenter.SummaryCalculator)
Public MethodBeginCalculationOverridden. Starts summary calculation.  
Public MethodCanProcessDataTypeOverridden. Indicates whether this summary calculator can use objects of the specified data type as source values for the calculation.  
Public MethodEndCalculationOverridden. Called after all the data has been aggregated into the calculation to return the result of the calculation.  
See Also