TcxCustomImageComboBoxProperties.DefaultImageIndex Property
Specifies the index of the image displayed in the image combo box when its edit value is unspecified.
Declaration
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 |
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