私のコンボボックス:
<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つの静的アイテムを追加し、 binding を使用してこれらの値を取得したいと考えています。
SelectedItem にバインディングを指定し、バインディング フィールドは Applyable_For です。
上記のコードを使用すると、Applicable_For で値が null として取得されます。
編集:Mode=Two Way
以前忘れていた選択項目に追加しました。
しかし、「PropMgmt.Controls.pmComboBoxItem」のような名前空間として値を取得するわけではありません
助けてください..