Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumn.Summary Property

Specifies the set of summaries that are calculated for the column.

#Declaration

Delphi
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