Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataSummaryItem.ItemLink Property

Specifies the item within a grid control.

#Declaration

Delphi
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