Skip to main content

TcxCustomGridTableItem.Tag Property

Specifies the integer value associated with the data item.

Declaration

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