TcxGridTableSummaryItem.Column Property
Specifies the column on which to calculate the current summary.
Declaration
property Column: TcxGridColumn read; write;
Property Value
Type |
---|
TcxGridColumn |
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