ComboBoxItemCollection(RepositoryItemComboBox) Constructor
Creates and initializes a new instance of the ComboBoxItemCollection class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
properties | RepositoryItemComboBox | The RepositoryItemComboBox object for which the item collection should be created. |
Remarks
A RepositoryItemComboBox object invokes the current constructor internally to instantiate the RepositoryItemComboBox.Items property. The constructor maintains the .NET infrastructure and is not intended to be used from your code.
See Also