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

TcxGridDBTableSummaryItem.Column Property

Refers to the column displaying the summary.

#Declaration

Delphi
property Column: TcxGridColumn read; write;

#Property Value

Type
TcxGridColumn

#Remarks

The Column property defines the column which displays the summary. The manner in which the Column and FieldName properties affect the summary is shown below:

FieldName property Column property Result
Not set Not set Summary is not available.
Not set Set The Column property identifies the View column whose values are used for summary calculations and where the summary value is displayed.
Set Not set The summary is calculated against the values of a data set field identified via the FieldName property, but it is not displayed.
Set Set The summary is calculated against the values of a data set field identified by the FieldName property and summary value is displayed at the footer of a View column identified by the Column property.
See Also