TcxGridColumnSummary Class
A set of options that determine the kind and appearance of a column’s footer and group summaries.
Declaration
TcxGridColumnSummary = class(
TcxCustomGridTableItemCustomOptions
)
Remarks
These options allow you to specify:
The kind of footer and group summaries to calculate for the column (FooterKind, GroupFooterFormat, and GroupKind).
The appearance of summary values (FooterFormat, GroupFooterFormat, and GroupFormat).
Whether group summary values determine the sort order of data groups (SortByGroupFooterSummary and SortByGroupSummary).
Note
Using column summary properties greatly simplifies the way you create footer and group summary items.
Inheritance
See Also