Skip to main content

RepositoryItemImageComboBox() Constructor

Initializes a new RepositoryItemImageComboBox class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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