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

ImageComboBoxItemCollection(RepositoryItemImageComboBox) Constructor

Creates a new instance of the ImageComboBoxItemCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ImageComboBoxItemCollection(
    RepositoryItemImageComboBox properties
)

Parameters

Name Type Description
properties RepositoryItemImageComboBox

The RepositoryItemImageComboBox object for which the collection is created.

Remarks

A RepositoryItemImageComboBox object invokes the current constructor internally to instantiate the RepositoryItemImageComboBox.Items property. The constructor maintains the .NET infrastructure and is not intended to be used from your code.

See Also