Skip to main content

PickImageItem(Object, Int32) Constructor

Creates an image combobox item and initializes the item’s value and image index.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PickImageItem(
    object value,
    int imageIndex
)

Parameters

Name Type Description
value Object

The object to initialize the item’s ComboBoxItem.Value property.

imageIndex Int32

The value to initialize the item’s ImageComboBoxItem.ImageIndex property.

Remarks

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

See Also