Skip to main content

TcxDataSummary.FooterSummaryItems Property

Specifies the collection of footer summaries.

Declaration

property FooterSummaryItems: TcxDataFooterSummaryItems read; write;

Property Value

Type
TcxDataFooterSummaryItems

Remarks

The FooterSummaryItems property allows you to set footer summaries which are calculated for all records. Footer summaries are displayed in the footer panel at the bottom of the grid control. You can access a footer summary value and its text representation using the FooterSummaryValues and FooterSummaryTexts properties respectively.

To set group summaries use the DefaultGroupSummaryItems and SummaryGroups properties.

Use the FooterSummaryValues property to get a value of an individual footer summary or set it manually. You can do this, for instance, in the OnAfterSummary event which occurs after all summaries have been calculated.

To return formatted text representations of footer summary values use FooterSummaryTexts.

See Also