Skip to main content

PickImageItem() Constructor

Creates an image combobox item and sets all its properties to their default values.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PickImageItem()

Remarks

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

See Also