Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataSummary.OnAfterSummary Event

In This Article

Occurs after all summaries have been calculated.

#Declaration

Delphi
property OnAfterSummary: TcxAfterSummaryEvent read; write;

#Remarks

The OnAfterSummary event occurs after all summaries provided by the DefaultGroupSummaryItems, SummaryGroups and FooterSummaryItems properties have been calculated. You can read and change an individual summary value via the FooterSummaryValues, GroupSummaryDisplayValues or GroupSummaryValues properties. To get the formatted text representation of the summary value, use the FooterSummaryTexts, GroupFooterSummaryTexts and GroupSummaryText properties.

See Also