g_m
g_m

Reputation: 526

How to remove BindableProperty from BindableObject in Xamarin.Forms

Is it possible to remove BindableProperty from BindableObject?

I mean the reversal of the process:

BindableProperty property = BindableProperty.Create(…)

Upvotes: 0

Views: 337

Answers (1)

Related Questions