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

TcxImageComboBoxItem.Tag Property

Specifies the integer value associated with the image combo box item.

#Declaration

Delphi
property Tag: TcxTag read; write;

#Property Value

Type Description
TcxTag

The integer value associated with the image combo box item.

#Remarks

The Tag property implements no predefined functionality. This property allows you to store an additional integer value in the image combo box item (a pointer, for example).

#Default Value

The Tag property’s default value is 0.

See Also