DataTemplate.SetBinding(BindableProperty, BindingBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the binding for property
.
public void SetBinding (Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindingBase binding);
member this.SetBinding : Xamarin.Forms.BindableProperty * Xamarin.Forms.BindingBase -> unit
Parameters
- property
- BindableProperty
The property to which to bind.
- binding
- BindingBase
The binding to use.