Click to See Complete Forum and Search --> : Regarding DisplayMember property in ComboBox


dwaipeyan
August 6th, 2008, 06:52 AM
Hello Gurus,

Am using Devx controllers in C#, I need some help in solving some problems related to Devx combobox controllers.

I need equalent properties of the following in DevX combobox controller

comboBox1.DisplayMember = Equalent property in DevX Combo contorller
comboBox1.ValueMember = Equalent property in DevX Combo contorller
comboBox1.DataSource = Equalent property in DevX Combo contorller

Thanks
Ranganath

Arjay
August 6th, 2008, 06:18 PM
What is DevX?

boudino
August 7th, 2008, 02:12 AM
I think it is family of DevExpress components. Then, their ComboBox has not support for data source binding, thus no DisplayMember/ValueMember. If so, LookUpEdit control should be used instead.

dwaipeyan
August 8th, 2008, 05:58 AM
Hello Gurus,

Am using Devx controllers in C#, I need some help in solving some problems related to Devx combobox controllers.

I need equalent properties of the following in DevX combobox controller

comboBox1.DisplayMember = "ABCD"
I need equalent property in DevX Combo contorller

comboBox1.ValueMember = "INFORMATION"
I need equalent property in DevX Combo contorller

comboBox1.DataSource = obj.property
I need equalent property in DevX Combo contorller


Thanks,
Ranganath

foamy
August 8th, 2008, 06:44 AM
I think boudino answered your question, dwaipeyan