Skip to main content

PickImageItem Class

OBSOLETE

Use the ImageComboBoxItem item instead.

Represents an individual item within an image combo box editor.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Obsolete("Use the ImageComboBoxItem item instead.")]
public class PickImageItem :
    ImageComboBoxItem

Remarks

The PickImageItem class is obsolete and provided for compatibility with the previous versions of XtraEditors. If you need to create an item for an image combo box editor, use the ImageComboBoxItem class instead.

Inheritance

See Also