MultiBinding.Bindings Property

Definition

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::BindingBase ^> ^ Bindings { System::Collections::Generic::IList<Microsoft::Maui::Controls::BindingBase ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Maui::Controls::BindingBase ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.BindingBase> Bindings { get; set; }
member this.Bindings : System.Collections.Generic.IList<Microsoft.Maui.Controls.BindingBase> with get, set
Public Property Bindings As IList(Of BindingBase)

Property Value

Applies to