Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Obsolete("Use the ComboBoxEdit control instead.")]
public class ComboBox :
    ComboBoxEdit

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.

See Also