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

TcxImageComboBoxItem.Value Property

Specifies the EditValue property value of an editor.

Declaration

property Value: Variant read; write;

Property Value

Type
Variant

Remarks

The Value property specifies the EditValue property value of the editor corresponding to the selected image combo box item. Navigation through image combo box items is implemented by changing the editor’s EditValue property value. If the EditValue property of the image combo box editor is assigned a value which has no corresponding image combo box item, the image and the text to display within the image combo box editor are specified by the Properties.DefaultImageIndex and Properties.DefaultDescription properties.

See Also