我的组合框:
<pmControls:pmComboBox Grid.Row="3" Grid.Column="1" Margin="3"
SelectedItem="{Binding Applicable_For,Mode=Two Way}" DisplayMemberPath="Applicable_For"
SelectedValuePath="Applicable_For">
<pmControls:pmComboBoxItem Content="Parcel" ></pmControls:pmComboBoxItem>
<pmControls:pmComboBoxItem Content="Property"></pmControls:pmComboBoxItem>
</pmControls:pmComboBox>
已将 2 个静态项添加到组合框作为宗地和属性,并希望使用绑定获取这些值。
我已经对 SelectedItem 进行了绑定,并且我的绑定字段是 Applicable_For。
使用上面的代码在 Applicable_For 中将值设为 null。
编辑:我已经添加Mode=Two Way
了我之前忘记的选定项目。
但它并没有像“PropMgmt.Controls.pmComboBoxItem”这样的命名空间获得价值
请帮忙..