Skip to main content

ComboBox() Constructor

Creates and initializes a new combo box editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ComboBox()

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