TcxCustomDataSummaryItem.ItemLink Property
Specifies the item within a grid control.
Declaration
property ItemLink: TObject read; write;
Property Value
Type |
---|
TObject |
Remarks
When grid data is presented by using a grid view, an item stands for a grid column. In this case the ItemLink property specifies the object of the TcxGridColumn class.
The descendant TcxDataSummaryItem class uses ItemLink to store the item for which a summary is calculated. Another descendant, TcxDataSummaryGroupItemLink, stores a grouping item in this property. It is used in the summary group of the TcxDataSummaryGroup class.
See Also