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

Created Unassigned: SelectedMemberPath on CheckedListBox does not work past first property. [20169]

$
0
0
For example:

//below is set to a list of XElement
clb.ItemsSource = options;
//below does not work since its past the first property
clb.SelectedMemberPath = "FirstNode.NextNode.Value";
//this works because its the first property
clb.SelectedMemberPath = "FirstNode";
//but it works here
clb.DisplayMemberPath = "FirstNode.NextNode.Value";

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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