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

TcxCustomGridTableItem.Tag Property

Specifies the integer value associated with the data item.

#Declaration

Delphi
property Tag: TcxTag read; write;

#Property Value

Type Description
TcxTag

The integer value associated with the data item.

#Remarks

The Tag property is similar to the Tag property of a TComponent class descendant; this property has no predefined functionality.

The Tag property allows you to implement an alternative data item identification mechanism or store an additional integer value in the data item (a pointer, for example).

#Default Value

The Tag property’s default value is 0.

See Also