Hello
As mentioned in the documentation, it is not recomanded to used the DataSouce, DisplayMember and ValueMember properties. Does anyone have an idea why
Thanks,
Gil
Windows Forms Data Controls and Databinding
Hello
As mentioned in the documentation, it is not recomanded to used the DataSouce, DisplayMember and ValueMember properties. Does anyone have an idea why
Thanks,
Gil
From the CheckedListBox documentation
Note You cannot bind data to a CheckedListBox. Use a ComboBox or a ListBox for this instead. For more information, see How to: Bind a Windows Forms ComboBox or ListBox Control to Data.
Thanks for your replay
I've noticed that it does expose the DataSource, Display and Value member and it seems to be working. My question is why it isn't recommended to use these properties.
Thanks,
Gil