Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

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 2157

Latest Images

Trending Articles



Latest Images

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