RepositoryItemPickImage Class
OBSOLETE
Use the RepositoryItemImageComboBox component instead.
Represents a repository item which provides settings specific to an image combo box control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Obsolete("Use the RepositoryItemImageComboBox component instead.")]
public class RepositoryItemPickImage :
RepositoryItemImageComboBox
Remarks
The RepositoryItemPickImage class is obsolete and provided for compatibility with previous versions of the XtraEditors library. If you need to create a repository item for an image combo box, use the RepositoryItemImageComboBox class instead.
Inheritance
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
RepositoryItem
RepositoryItemTextEdit
RepositoryItemButtonEdit
RepositoryItemPopupBase
RepositoryItemPopupBaseAutoSearchEdit
RepositoryItemComboBox
DevExpress.XtraEditors.Repository.RepositoryItemImageComboBoxCore
RepositoryItemImageComboBox
RepositoryItemPickImage
See Also