Replies: 1 comment 1 reply
-
DataGrid columns are TwoWay bindings by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code:
MVVM generation:
Ofender line:
OnPropertyChanged(global::CommunityToolkit.Mvvm.ComponentModel.__Internals.__KnownINotifyPropertyChangedArgs.LastSucceedDateTime);
Exception:
Somehow it want to access the setter and trigger the error. If I set to internal set this no longer happens.
The exception does not crash the app, but if you debug with rider it will keep showing this.
I have those properties binded at a DataGrid in readonly mode.
Any ideia why?
Beta Was this translation helpful? Give feedback.
All reactions