ImageComboBoxItemCollection(RepositoryItemImageComboBox) Constructor
Creates a new instance of the ImageComboBoxItemCollection class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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