Difference between LookupEdit and ComboBoxEdit in DevExpress

Hi everyone, I want to know what is the difference between the two controls in DevExpress. This LookupEditand ComboBoxEdit.

Thanks in advance.

+3
source share
2 answers

LookupEdit is an editor that retrieves elements for its DropdownWindow from the underlying DataSource. That is, he demanded that the ValueMember, DisplayMember, and DataSource properties be set.

ComboBoxEdit gets items from its Items collection.

The standard WinForms comboBox is a mixture of these two editors and can work in both modes.

In addition, here is a useful article:

Can I bind XtraEditor ComboBox to datatable?

+5
source

OP, , .

, combobox winforms, DevExpress LookupEdit .

:

http://www.devexpress.com/Support/Center/p/A2275.aspx

+1

All Articles