BindingGroup.Owner プロパティ
定義
この BindingGroup が割り当てられているオブジェクトを取得します。Gets the object that this BindingGroup is assigned to.
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
プロパティ値
この BindingGroup が割り当てられているオブジェクト。The object that this BindingGroup is assigned to.