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

ImageComboBoxItem() Constructor

Creates a new instance of the ImageComboBoxItem class and sets all its properties to their default values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public ImageComboBoxItem()

Remarks

The constructor creates a new instance of the ImageComboBoxItem class and sets all its properties as follows:

After an item is created, you can add it to the collection using the ImageComboBoxItemCollection.Add method.

Note: To ensure proper functionality of the ImageComboBoxEdit control, item values must be unique within the item collection.

See Also