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

TcxCustomImageComboBoxProperties.DefaultImageIndex Property

Specifies the index of the image displayed in the image combo box when its edit value is unspecified.

#Declaration

Delphi
property DefaultImageIndex: TcxImageIndex read; write; default -1;

#Property Value

Type Description
TcxImageIndex

The index of the displayed image in a source image list.

If the property value is -1, the image combo box displays no image when its edit value is unspecified.

#Remarks

Use DefaultDescription and DefaultImageIndex properties to specify text and image the editor displays when its edit value is unspecified.

The DefaultImageIndex property specifies the index in image lists assigned to the Images and LargeImages properties.

#Default Value

The DefaultImageIndex property’s default value is -1.

The DefaultImageIndex property value indicates that the image combo box editor displays no image when its edit value is unspecified.

See Also