TcxCustomGridColumn.Summary Property
Specifies the set of summaries that are calculated for the column.
Declaration
property Summary: TcxGridColumnSummary read; write;
Property Value
Type |
---|
TcxGridColumnSummary |
Remarks
The Summary object defines a set of summaries (their kinds and display formats) that are calculated for the column and displayed in different View elements (footer panel, group rows, and group footers).
For more information, see the Creating Summaries topic.
See Also