How to perform Binding in Code Behind?

Technology CommunityCategory: XamarinHow to perform Binding in Code Behind?
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.