Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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.

See Also