You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I would like to have an ObservableAttribute support for private properties.
Currently it only supports private fields.
In cases you don't want to expose your private/protected properties, but still want to make them available just to the View having ObservableAttribute on such properties would be a good thing
The text was updated successfully, but these errors were encountered:
In the next release, it will be possible to apply ObservableAttribute to fields and properties. And the binding logic will be unified for Properties and Commands.
Hi! I would like to have an ObservableAttribute support for private properties.
Currently it only supports private fields.
In cases you don't want to expose your private/protected properties, but still want to make them available just to the View having ObservableAttribute on such properties would be a good thing
The text was updated successfully, but these errors were encountered: