Version

SummaryType Enumeration

Members
MemberDescription
AverageAverage value of the cells in the column. Applicable to numeric columns only.
CountNumber of records in the data source.
CustomThe summary is expected to be assigned inside of the CalculateCustomSummary event handler.
MaxMaximum value of all cells in the column. Applicable to numeric and date/time columns only.
MinMinimum value of all cells in the column. Applicable to numeric and date/time columns only.
SumSum of all cell values in the column. Applicable to numeric columns only.
Inheritance Hierarchy

Object
   Infragistics.Web.UI.SummaryType

See Also