Back to Devexpress

TcxGridDBTableSummaryItem.Column Property

vcl-cxgriddbtableview-dot-tcxgriddbtablesummaryitem.md

latest1.4 KB
Original Source

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 propertyColumn propertyResult
Not setNot setSummary is not available.
Not setSetThe Column property identifies the View column whose values are used for summary calculations and where the summary value is displayed.
SetNot setThe summary is calculated against the values of a data set field identified via the FieldName property, but it is not displayed.
SetSetThe 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

TcxGridDBTableSummaryItem Class

TcxGridDBTableSummaryItem Members

cxGridDBTableView Unit