Replies: 1 comment
-
Binding to an interface works if you use the older {Binding ElementName=CurrentPage …} xaml syntax but it currently does not work with the newer x:Bind. |
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
-
Is there currently support for observable properties behind interfaces? For example suppose I have an interface with a property such as the code shown below. Is the expected behavior of the community toolkit to allow a UI binding to the CurrentStatus property of the Interface?
Beta Was this translation helpful? Give feedback.
All reactions