Infragistics(R) NetAdvantage(R) Windows Forms
ICustomSummaryCalculator Interface Members
See Also  Methods  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace : ICustomSummaryCalculator Interface


The following tables list the members exposed by ICustomSummaryCalculator.

Public Methods

 NameDescription
 MethodAggregateCustomSummary Implementing code processes the value of the cell associated with passed in row and the SourceColumn of the passed in SummarySettings parameter.  
 MethodBeginCustomSummary Begins a custom summary for the SummarySettings object passed in. Implementation of this method would clear up and reset any state variables used for calculating the summary.  
 MethodEndCustomSummary Ends previously begun summary and returns the calculated summary value. This is called after AggregateCustomSummary is called for all the rows to be summarized in a summary.  
Top

See Also