Skip to main content

PickImageItem(Object) Constructor

Creates an image combo box item and initializes the item’s value.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PickImageItem(
    object value
)

Parameters

Name Type Description
value Object

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

Remarks

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

See Also