TcxGridTableSummaryItem.Column Property
In This Article
Specifies the column on which to calculate the current summary.
#Declaration
Delphi
property Column: TcxGridColumn read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Column property defines the column on which the current summary is calculated. In practice, Column refers to the ItemLink property introduced in the TcxCustomDataSummaryItem class.
See Also