System.Windows.Data Error: 40 : BindingExpression path error: ‘Icon’ property not found on ‘object’ ”Detail’ (HashCode=52423952)’. BindingExpression:Path=Icon; DataItem=’Detail’ (HashCode=52423952); target element is ‘Image’ (Name=”); target property is ‘Source’ (type ‘ImageSource’)
what does this error mean and what is that I am doing wrong?
I was missing the Icon property in Detail object. Creating Icon property worked like magic !!