How to delete a binding #7157
Answered
by
kekekeks
nielsbosma
asked this question in
Q&A
-
|
In WPF we have: BindingOperations.IsDataBound(this, ItemsCountProperty) How can I achieve the same with Avalonia? |
Beta Was this translation helpful? Give feedback.
Answered by
kekekeks
Dec 14, 2021
Replies: 1 comment 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nielsbosma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AvaloniaObject.BindreturnsIDisposable. Disposing it destroys the binding.