以下代码适用于DataGridComboBoxColumn,但ComboBox没有SelectedValueBinding属性。我该怎么用?
<ComboBox
Header="Application"
SelectedValueBinding="{Binding ApplicationKey}"
SelectedValuePath="ApplicationKey"
DisplayMemberPath="ApplicationName"
ItemsSource="{Binding Source={x:Static app:ApplicationLookup.GetAllOrNone}}"/>
答案 0 :(得分:1)
使用
SelectedValue = {Binding Property}
或SelectedItem = {Binding Property}
这些将具有相同的效果
并获取要显示的路径使用
DisplayMemberPath = Property