Skip to main content
All docs
V24.1

ComboBoxItemCollection(RepositoryItemComboBox, FormatInfo) Constructor

Initializes a new instance of the ComboBoxItemCollection class with specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ComboBoxItemCollection(
    RepositoryItemComboBox properties,
    FormatInfo info
)

Parameters

Name Type
properties RepositoryItemComboBox
info FormatInfo
See Also