how can I get the content as string of a certain index of the CheckListBox (with WPF Extendet Toolkit)? In a normal ListBox I can do the following:
string content = ((ListBoxItem)listBox1.SelectedValue).Content.ToString();
How is this possible with the CeckedListBox?
Thanks
1.4m articles
1.4m replys
5 comments
57.0k users