Skip to main content

ComboBoxItemCollection(RepositoryItemComboBox) Constructor

Creates and initializes a new instance of the ComboBoxItemCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ComboBoxItemCollection(
    RepositoryItemComboBox properties
)

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