DataTemplate.Bindings Property

Definition

Gets a dictionary of bindings, indexed by the bound properties.

public:
 property System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, Microsoft::Maui::Controls::BindingBase ^> ^ Bindings { System::Collections::Generic::IDictionary<Microsoft::Maui::Controls::BindableProperty ^, Microsoft::Maui::Controls::BindingBase ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty,Microsoft.Maui.Controls.BindingBase> Bindings { get; }
member this.Bindings : System.Collections.Generic.IDictionary<Microsoft.Maui.Controls.BindableProperty, Microsoft.Maui.Controls.BindingBase>
Public ReadOnly Property Bindings As IDictionary(Of BindableProperty, BindingBase)

Property Value

Applies to