Back to Devexpress

Applying Summaries

windowsforms-1005-controls-and-libraries-tree-list-end-user-capabilities-applying-summaries.md

latest2.2 KB
Original Source

Applying Summaries

  • Jan 23, 2019
  • 2 minutes to read

End-users can manipulate summaries using context menus. These menus can be invoked by right-clicking a footer cell. Each menu item corresponds to a summary type (sum, average, etc). Clicking an item applies the appropriate summary to the column whose footer cell was clicked. Each summary type applied has a default display format. The table below lists menu items, their corresponding summary types and default format strings.

Menu ItemEffect
SumThe summary value is the sum of column values. The default format string is “ SUM={0:#.##} “.
MinThe summary value is the column’s minimum value. The default format string is “ MIN={0} “.
MaxThe summary value is the column’s maximum value. The default format string is “ MAX={0} “.
CountThe summary value is the number of records within the calculation range. The default format string is “ {0} “.
AverageThe summary value is the column’s average value. The default format string is “ AVR={0:#.##} “.
NoneCancels summary calculation.

Notes :

See Also

Formatting Summary Values