Default BindableProperties and Automated Setter method for Two-Way Binding #343
egvijayanand
started this conversation in
New Feature Discussions
Replies: 2 comments 3 replies
-
@brminnick Have pushed the updated sample to GitHub. Kindly get the latest version. https://github.com/egvijayanand/markup-issue-272 Check and let me know your feedback. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This logic can also be applied to the existing methods, as many non-default bindable properties have support for two-way data binding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@brminnick If you recall, we discussed this a year ago #272.
At that time, I made changes to the Binding methods using Reflection.
Now, I've found a way to make it work without using Reflection.
This approach leverages C# Expressions that compile statically with no runtime overhead.
I'll modify the sample we used previously and update you on this.
This improvement could be a game changer, significantly enhancing developer productivity by providing the default setter method.
Beta Was this translation helpful? Give feedback.
All reactions