I have a static Dictionary
class X { static Dictionary MyDict {get { ... }} }
This Dictionary contains Data i want to
To get access to the Dictionary, you have to do something like this (if your DataContext isn't already an instance of X):
X
To access the values in the dictionary, your binding has to look as follows: