ComponentOne DataGrid for WPF and Silverlight
Inheritance Hierarchy
In This Topic
    C1.Silverlight.DataGrid.Summaries Namespace
    In This Topic
    Classes
     ClassDescription
    ClassMakes each group row to show the summaries specified in the attached collection of aggregate functions.
    ClassRepresents an abstract aggregate function.
    ClassComputes the average of the items in a row collection
    ClassComputes the count of the items in a row collection
    ClassComputes the count of distinct items among the items of a row collection
    ClassComputes the maximum among the items of a row collection
    ClassComputes the minimum among the items of a row collection
    ClassCollection of aggregate functions. This collection is typically used in xaml to enclose the aggregate function declarations.
    ClassComputes the sum of the items in a row collection
    ClassAggregate function which result will be formated with the column format property.
    ClassGrouping row which displays summaries in the row itself in addition to the classic grouping title and expand/collapse button.
    ClassVisual representation of a group row which contains summaries.
    ClassDisplay the summaries for each column that has aggregate functions attached. This row can be seen inside a group or not, in all cases will compute the value of all the items recursively. e.g. if this row is added inside a group row the sum function will display the sum of all the items inside that group and the items that are in a sub group of it.
    See Also