Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <ComboBox x:Name="PlacesComboBox" SelectedValue="{Binding IDCity, Mode=TwoWay}" SelectedValuePath="ID" DisplayMemberPath="NameOfThePlace" ItemsSource="{Binding DataContext.AllPlaces, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement