ComboBox() Constructor
Creates and initializes a new combo box editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The ComboBox control is now obsolete and you should not use this constructor to create combo box editors. Instead, use the ComboBoxEdit class to create combobox controls in your application.
See Also