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

RepositoryItemImageComboBox() Constructor

Initializes a new RepositoryItemImageComboBox class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public RepositoryItemImageComboBox()

Remarks

The constructor creates a new RepositoryItemImageComboBox class instance and sets its properties to their default values.

When an ImageComboBoxEdit control is created, the current constructor is automatically invoked to initialize the control’s ImageComboBoxEdit.Properties object. Usually you do not need to call the RepositoryItemImageComboBox constructor unless you need to create image combo box editors inplace within a container control (XtraGrid, for instance).

See Also