ComboBox Class
OBSOLETE
Use the ComboBoxEdit control instead.
A combo box editor that enables users to edit values by selecting items from a drop-down list.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The ComboBox class is obsolete and provided only for compatibility with the previous version of the XtraEditors Library.
If you need to create a combo box editor, create a ComboBoxEdit control instead. The ComboBox and ComboBoxEdit class have identical functionality.
Implements
Inheritance
Object
MarshalByRefObject
See Also