|
-
August 6th, 2008, 06:52 AM
#1
Regarding DisplayMember property in ComboBox
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
-
August 6th, 2008, 06:18 PM
#2
Re: Regarding DisplayMember property in ComboBox
-
August 7th, 2008, 02:12 AM
#3
Re: Regarding DisplayMember property in ComboBox
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.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
August 8th, 2008, 05:58 AM
#4
Re: Regarding DisplayMember property in ComboBox
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
-
August 8th, 2008, 06:44 AM
#5
Re: Regarding DisplayMember property in ComboBox
I think boudino answered your question, dwaipeyan
It's not a bug, it's a feature!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|