How to bind a control property to a member of a dynamic type? #17177
Unanswered
TheRealQuantam
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should be able to implement custom You probably wouldn't be able to find any examples of that though, as it's pretty uncommon scenario. |
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
-
In Avalonia 0.10 (I'm dealing with an OSS project that hasn't yet upgraded to 11) is it possible to bind to a member of either a dynamic type that is not fully described by reflection, either
dynamic
or something likeExpandoObject
? E.g. to bind toA.B
whereA
is one of the aforementioned?Beta Was this translation helpful? Give feedback.
All reactions