WPF Error 40 BindingExpression path error: property not found on 'object'

后端 未结 9 667
一整个雨季
一整个雨季 2020-11-27 16:04

I\'m banging my head on my desk with this binding error.. I have checked several of the postings for the BindingExpression path error and cannot see anything t

9条回答
  •  北海茫月
    2020-11-27 16:33

    I got this error and my case was as simple as setting the String I was binding to from private to public.

    Careless mistake writing my backing field.

提交回复
热议问题