Questions tagged [fallbackvalue]
17 questions
0
votes
0 answers
Fallback values of complex object
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:

goul
- 813
- 1
- 13
- 32
0
votes
0 answers
how to get value from fallbackvalue?
I have the following DataGridTextColumn:
the itemSource of the dataGrid is an ObservableCollection of some class…

Stacker
- 29
- 1
- 8