DataFilter control allows you to configure the Checklist filter to implement the filter summaries using AggregateType property of the FilterSummary class and by assigning AggregateType Enum. The feature makes it easier for you to analyze the count, sum, maximum and minimum values of the filter items.
Let us take a use case to display count and maximum values of the filter items in a checklist filter. In the image and example below, count of the individual filter items of the Brand filter are listed and maximum price values for the filter items in the Category filter are listed.
You can use the following code to display the count of the filter items and the maximum value of a filter item corresponding to the data.