Skip to content

DevExpress-Examples/winforms-grid-calculate-custom-summary-based-on-other-summary-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - How to calculate a total summary based on other columns' summary values

The GridView.CustomSummaryCalculate event does not allow you to obtain total summaries calculated against other columns. This example handles the GridView.CustomDrawFooterCell and GridView.CustomDrawGroupRowFooterCell events to calculate total summary values based on other columns' total summaries and display custom summaries within footer and group footer cells.

Files to Review

Documentation

See Also

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)