I am trying to bind a Property that is outside of an Itemscontrol. However that doesn\'t seem to work.
It seems that in ItemsControl, DataTemplate it refers to what is i
You need to bind to the DataContext of the parent ItemsControl.
DataContext
ItemsControl