ComboBox -how to set unbound value items ?

0
0

I have an unbound combobox – when i go to the Value Item property in the designer I cant add any values.

How do you add them for unbound controls?

  • You must to post comments
0
0

For example an ID 0,1,2,3 in the Value Member while the list just contains descriptions. I guess I can manually load a datatable and bind it to the combo ?

  • You must to post comments
0
0

Hi Edmond,

not sure I understand your question. Are you referring to the ValueMember property ?
What would you want to assign it to, when the ComboBox is not bound ?

If you just want to edit the Items in the Combobox, they are available via the Items property.

Hope that helps.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.