Get Binding
#18411
-
Do I understand correctly that it is impossible to get a binding from TextBox? |
Beta Was this translation helpful? Give feedback.
Answered by
maxkatz6
Mar 12, 2025
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't. It might not exist as a string either, in case of compiled bindings.
You can use reflection to read
Description
property, but only for diagnostic purposes. I wouldn't recommend making your app rely on that.