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

PickImageItem(String, Object) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public PickImageItem(
    string description,
    object value
)

Parameters

Name Type Description
description String

The string to initialze the item’s ImageComboBoxItem.Description.

value Object

The value to initialize the item’s ComboBoxItem.Value.

Remarks

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

See Also