I have a databound combobox and I need to get all of the ValueMember values from each item in the combobox. I'd prefer to not change the selected item in the combobox to do this, since each time the item in the combobox changes a few events are triggered that wouldn't need to be.
Is there a way to just get the array of ValueMembers without a loop?