Class | Description | |
---|---|---|
C1GroupingWithSummariesBehavior | Makes each group row to show the summaries specified in the attached collection of aggregate functions. | |
DataGridAggregate | Represents an abstract aggregate function. | |
DataGridAggregateAvg | Computes the average of the items in a row collection | |
DataGridAggregateCount | Computes the count of the items in a row collection | |
DataGridAggregateDistinct | Computes the count of distinct items among the items of a row collection | |
DataGridAggregateMax | Computes the maximum among the items of a row collection | |
DataGridAggregateMin | Computes the minimum among the items of a row collection | |
DataGridAggregatesCollection | Collection of aggregate functions. This collection is typically used in xaml to enclose the aggregate function declarations. | |
DataGridAggregateSum | Computes the sum of the items in a row collection | |
DataGridAggregateWithFormat | Aggregate function which result will be formated with the column format property. | |
DataGridGroupWithSummaryRow | Grouping row which displays summaries in the row itself in addition to the classic grouping title and expand/collapse button. | |
DataGridGroupWithSummaryRowPresenter | Visual representation of a group row which contains summaries. | |
DataGridSummaryRow | Display 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. |