TcxGridDBTableSummaryItem.Column Property
In This Article
Refers to the column displaying the summary.
#Declaration
Delphi
property Column: TcxGridColumn read; write;
#Property Value
Type |
---|
Tcx |
#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:
Field |
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 Field |
Set | Set | The summary is calculated against the values of a data set field identified by the Field |
See Also