I can't figure out how to defined the fallback values of:
- A list, e.g. for a ComboBox ItemsSource
- A command, e.g. for a Button Command
- Other complex objects
I tried {x:Null} but doesn't seem to work:
<ComboBox ItemsSource="{Binding Path=Regions, FallbackValue={x:Null}}"