ComboBox Class
OBSOLETE
Use the ComboBoxEdit control instead.
Represents a combo box editor which enables editing values by selecting items from the dropdown list.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
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
See Also