Is it possible in .net Maui to get access to the current binding for a bindableproperty?
Jeff Pfahl
91
Reputation points
I want to be able to access the binding for a bindable property not the bound value the BindingBase that was created that controls the binding process. Specifically I want to get the path that was specified when the binding was created (usually in xaml).
Sign in to answer