So I have a Datagrid fed via a ViewSource. I've enabled grouping on it and display a title and count in the group header. This all works but I would like to also display a sum of an item in the group header.
I know I can use a converter to sum the items I want via: WPF DataGrid Grouping with sums and other fields
But isn't there a built in way to do this since it's already summing to get the count?