Skip to main content

ImageComboBoxItem(Int32) Constructor

Creates a new instance of the ImageComboBoxItem class and initializes the item’s ImageComboBoxItem.ImageIndex property.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ImageComboBoxItem(
    int imageIndex
)

Parameters

Name Type Description
imageIndex Int32

The value to initialize the ImageComboBoxItem.ImageIndex property.

Remarks

The constructor creates a new instance of the ImageComboBoxItem class and initializes the item’s ImageComboBoxItem.ImageIndex property with the specified value.

The ImageComboBoxItem.Description and ComboBoxItem.Value properties are set to null.

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

See Also