TcxImageComboBoxItem.Tag Property
Specifies the integer value associated with the image combo box item.
Declaration
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