TcxGridDBTableSummaryItem.Column Property
Refers to the column displaying the summary.
Declaration
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