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.v24.2.dll
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
Object
ComboBoxItem
ImageComboBoxItem
PickImageItem
See Also