How to perform Binding in Code Behind? Technology Community › Category: Xamarin › How to perform Binding in Code Behind? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Every BindableObject has an extension method, called SetBinding, which takes View‘s bindable property and the corresponding property from the ViewModel which you want to bind to.