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

PickImageItem(Int32) Constructor

Creates an image combobox item and sets its image index to the specified value.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public PickImageItem(
    int imageIndex
)

Parameters

Name Type Description
imageIndex Int32

The value to initialize the ImageComboBoxItem.ImageIndex property.

Remarks

The PickImageItem class is obsolete. To create items for the editor, rather use the ImageComboBoxItem instead.

See Also