Skip to main content

TcxDataSummary.OnAfterSummary Event

Occurs after all summaries have been calculated.

Declaration

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