Skip to main content

TcxDataFooterSummaryItems Class

Represents a collection of footer summaries.

Declaration

TcxDataFooterSummaryItems = class(
    TcxDataSummaryItems
)

Remarks

The TcxDataFooterSummaryItems class is a collection of footer summaries. A footer summary is calculated against all records in a grid control. You can create several footer summaries within the collection by calling the Add method.

To set footer summaries for a grid, use the TcxCustomDataController.Summary property. It identifies the object of the TcxDataSummary class, which allows you to add both footer and group summaries.

See Also