ASPxClientSummaryItemType Properties
Lists values that specify the summary item’s aggregate function types.Name | Description |
---|---|
Average | The column’s average value. |
Count | The record count. |
Max | The maximum value in the column. |
Min | The minimum value in the column. |
Sum | The sum of all values in a column. |
See Also