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
Re: Regarding DisplayMember property in ComboBox
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.
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
Re: Regarding DisplayMember property in ComboBox
I think boudino answered your question, dwaipeyan