The following tables list the members exposed by SumSummaryCalculator.
| Name | Description | |
|---|---|---|
|  | SumSummaryCalculator Constructor | 
| Name | Description | |
|---|---|---|
|  | DataSource | Gets the data source against which summaries are calculated. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | DisplayName | Overridden. Gets the display name of the calculator to be displayed in the UI. | 
|  | IsSummaryDirty | Determines whether the summary is dirty and requires recalculation. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | Operand | Overridden. The type of summary this is. | 
|  | PropertyName | Gets the name of the property associated with the summary calculation. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | PropertyType | Gets the data type associated with the property name. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | ShouldDisplay | Controls if the summary result should be displayed. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
| Name | Description | |
|---|---|---|
|  | Aggregate | Overridden. Processes individual items to produce a summary result. | 
|  | BeginCalculation | Overridden. Starts the summary calculation. | 
|  | EndCalculation | Overridden. Ends the summary calculation and returns the result. | 
|  | GetResults | Ends the calculation and retreives the results. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | ItemAdded | Overridden. Notifies when an item is added to the data source so the summary result can be updated. | 
|  | ItemRemoved | Overridden. Notifies when an item is removed from the data source so the summary result can be updated. | 
| Name | Description | |
|---|---|---|
|  | GetExpectedTypeFromDouble | Converts the double value into the expected type the summary expects. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | GetItemAsDouble | Gets the property value from an item and casts it to a double. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) | 
|  | GetValueAsDouble | Gets a value as a double if possible. (Inherited from Infragistics.Controls.DataSource.SummaryCalculator) |