BindingGroup.Owner プロパティ

定義

この BindingGroup が割り当てられているオブジェクトを取得します。

public:
 property System::Windows::DependencyObject ^ Owner { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Owner { get; }
member this.Owner : System.Windows.DependencyObject
Public ReadOnly Property Owner As DependencyObject

プロパティ値

DependencyObject

この BindingGroup が割り当てられているオブジェクト。

適用対象