MultiBindingExpression.ParentMultiBinding Property

Definition

Gets the MultiBinding object from which this MultiBindingExpression is created.

public:
 property System::Windows::Data::MultiBinding ^ ParentMultiBinding { System::Windows::Data::MultiBinding ^ get(); };
public System.Windows.Data.MultiBinding ParentMultiBinding { get; }
member this.ParentMultiBinding : System.Windows.Data.MultiBinding
Public ReadOnly Property ParentMultiBinding As MultiBinding

Property Value

The MultiBinding object from which this MultiBindingExpression is created.

Applies to