Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Store checked items from CheckComboBox in a string array

$
0
0
Hi,

CheckComboBox_CostCenter.SelectedValue is the string of all the SelectedItems in the CheckComboBox, separated by ",".
Try this :
string[] words = CheckComboBox_CostCenter.SelectedValue.Split( ',' );
"words" will have an entry for each selection.

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>