Skip to main content
A newer version of this page is available. .

TcxImageComboBoxItem.ImageIndex Property

Specifies the index of an image representing a specific image combo box item within an editor.

Declaration

property ImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

Use the ImageIndex property to specify the index of the images, representing a specific image combo box item. These images are stored within the Properties.Images and Properties.LargeImages image lists. Two different image combo box items can be assigned the same ImageIndex property value.

See Also