TcxGridTableSummaryGroupItemLink.Column Property
Specifies a Table View column linked to group summaries within a summary group.
Declaration
property Column: TcxGridColumn read; write;
Property Value
| Type |
|---|
| TcxGridColumn |
Remarks
A TcxGridTableSummaryGroupItemLink object links a column specified by the Column property to group summaries within a summary group. When data in a View is grouped by this column, the corresponding group summaries will be calculated.
See Also