Skip to main content

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.v23.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