I am trying to loop through the values of a ComboBox and it seems that when I use the following:
it loops through the whole collection from the pertinent Business Object. I would only like to loop through the values given in the DisplayMember, e.g. ItemCode.
Any advice will be greatly appreciated.
Code:
foreach (object item in this.Items)
Any advice will be greatly appreciated.