I have the following code.
ajusteCbb.ItemsSource = new Dictionary<string, string> { { "A", "SI" }, { "C", "NO" } };
ajusteCbb.DisplayMemberPath = "Value";
ajusteCbb.SelectedValuePath = "Key";
and in a Datagrid I have this code
<D...
asked by
01.07.2016 / 00:09