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

TcxGridTableDataCellViewInfo.Item Property

Provides access to the item which owns the cell.

#Declaration

Delphi
property Item: TcxCustomGridTableItem read;

#Property Value

Type
TcxCustomGridTableItem

#Remarks

The Item property enables you to identify the item (Card View row or Table View column) to which the cell belongs. This property can be used, for instance, if you need to perform cells custom painting only within specific items. Thus, you can inspect the Item property value and perform custom painting only when its properties satisfy to some conditions. Another way of using the Item property is painting cells with respect to settings of their owning item (e.g. cell of items whose Options.Editing property is False can be painted with a different background).

See Also