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

ImageComboBoxItem Constructors

Represents an individual item in ImageComboBoxEdit controls.
Name Parameters Description
ImageComboBoxItem() none Creates a new instance of the ImageComboBoxItem class and sets all its properties to their default values.
ImageComboBoxItem(Int32) imageIndex Creates a new instance of the ImageComboBoxItem class and initializes the item’s ImageComboBoxItem.ImageIndex property.
ImageComboBoxItem(Object, Int32) value, imageIndex Creates a new instance of the ImageComboBoxItem class and initializes the item’s value and image index.
ImageComboBoxItem(Object) value Creates a new instance of the ImageComboBoxItem class and initializes the item’s value.
ImageComboBoxItem(String, Int32) description, imageIndex Creates a new instance of the ImageComboBoxItem class and initializes the item’s caption and image index.
ImageComboBoxItem(String, Object, Int32) description, value, imageIndex Creates a new instance of the ImageComboBoxItem class and initializes its properties to the specified values.
ImageComboBoxItem(String, Object) description, value Creates a new instance of the ImageComboBoxItem class and initializes the item’s value and caption.
ImageComboBoxItem(String) description Creates a new instance of the ImageComboBoxItem class and initializes the item’s caption.
See Also