Reputation: 853
I can't figure out how to defined the fallback values of:
I tried {x:Null} but doesn't seem to work:
<ComboBox ItemsSource="{Binding Path=Regions, FallbackValue={x:Null}}"
Upvotes: 0
Views: 489