DataTemplate.SetValue(BindableProperty, Object) Method

Definition

Sets the value of property.

public void SetValue (Xamarin.Forms.BindableProperty property, object value);
member this.SetValue : Xamarin.Forms.BindableProperty * obj -> unit

Parameters

property
BindableProperty

The property to set.

value
Object

The new value.

Applies to