Reputation: 526
Is it possible to remove BindableProperty from BindableObject?
I mean the reversal of the process:
BindableProperty property = BindableProperty.Create(…)
Upvotes: 0
Views: 337
Reputation: 7189
Yes, you can use RemoveBinding()
RemoveBinding()
From the docs: https://learn.microsoft.com/en-us/dotnet/api/xamarin.forms.bindableobject.removebinding?view=xamarin-forms#Xamarin_Forms_BindableObject_RemoveBinding_Xamarin_Forms_BindableProperty_