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

PickImageItem(String, Object, Int32) Constructor

Creates an image combobox item and initializes its properties to the specified values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public PickImageItem(
    string description,
    object value,
    int imageIndex
)

Parameters

Name Type Description
description String

The string to initialize the item’s ImageComboBoxItem.Description property.

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