Skip to main content

PickImageItem(String) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PickImageItem(
    string description
)

Parameters

Name Type Description
description String

The string to initialize the ImageComboBoxItem.Description property.

Remarks

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

See Also