Infragistics3.Wpf.DataPresenter.v8.1
SummaryCalculator Class Members
See Also  Properties  Methods 
Infragistics.Windows.DataPresenter Namespace : SummaryCalculator Class


The following tables list the members exposed by SummaryCalculator.

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Average Returns a static instance of AverageSummaryCalculator for performing average summary calculation.  
Public Propertystatic (Shared in Visual Basic)Count Returns a static instance of AverageSummaryCalculator for performing count summary calculation.  
Public PropertyDescription Description of the summary calculator.  
Public PropertyImage Image for the summary calculator selection UI.  
Public PropertyIsCalculationAffectedBySort Indicates 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.  
Public Propertystatic (Shared in Visual Basic)Maximum Returns a static instance of AverageSummaryCalculator for performing count summary calculation.  
Public Propertystatic (Shared in Visual Basic)Minimum Returns a static instance of AverageSummaryCalculator for performing count summary calculation.  
Public PropertyName Returns the name of the summary calculator.  
Public Propertystatic (Shared in Visual Basic)RegisteredCalculators Returns registered summary calculators.  
Public Propertystatic (Shared in Visual Basic)Sum Returns a static instance of SumSummaryCalculator for performing sum summary calculation.  
Top

Public Methods

 NameDescription
Public MethodAggregate Processes individual piece of data value.  
Public MethodApplyDefaultFormat Applies 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.  
Public MethodBeginCalculation Starts summary calculation.  
Public MethodCanProcessDataType Indicates whether this summary calculator can use objects of the specified data type as source values for the calculation.  
Public MethodEndCalculation Called after all the data has been aggregated into the calculation to return the result of the calculation.  
Public Methodstatic (Shared in Visual Basic)Register Registers the specified summary calculator. Existing summary calculator with the same name will be unregistered.  
Public Methodstatic (Shared in Visual Basic)UnRegisterOverloaded.  Un-registers a summary calculator.  
Top

See Also