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

TcxCustomImageComboBoxProperties.Items Property

Specifies the collection of items stored within an image combo box.

Declaration

property Items: TcxImageComboBoxItems read; write;

Property Value

Type
TcxImageComboBoxItems

Remarks

Use this property to specify the collection of items stored within an image combo box. Each collection item is a TcxImageComboBoxItem object whose properties define the following properties:

  • The Description property, which specifies the text representing a specific item within an editor.

  • The ImageIndex property, which defines the index of the image associated with the item.

  • The Value property, which specifies the image combo box editor’s EditValue that corresponds to the item.

The Items property provides an item editor window that allows you to specify these properties at design time. Refer to the TcxImageComboBoxItems.Items property description to learn more.

Note

Make certain that each image combo box item has a unique value for its Value property; otherwise, items with the same values will not be distinguished from each other.

See Also