Share via


DataTemplate.SetBinding(BindableProperty, BindingBase) Method

Definition

Sets a binding for a property on templated items.

public:
 void SetBinding(Microsoft::Maui::Controls::BindableProperty ^ property, Microsoft::Maui::Controls::BindingBase ^ binding);
public void SetBinding(Microsoft.Maui.Controls.BindableProperty property, Microsoft.Maui.Controls.BindingBase binding);
member this.SetBinding : Microsoft.Maui.Controls.BindableProperty * Microsoft.Maui.Controls.BindingBase -> unit
Public Sub SetBinding (property As BindableProperty, binding As BindingBase)

Parameters

property
BindableProperty

The property to bind.

binding
BindingBase

The binding to apply.

Applies to