Control.BindingContainer プロパティ

定義

このコントロールのデータ バインディングを格納しているコントロールを取得します。

public:
 property System::Web::UI::Control ^ BindingContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control BindingContainer { get; }
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Bindable(false)]
public System.Web.UI.Control BindingContainer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BindingContainer : System.Web.UI.Control
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.Bindable(false)>]
member this.BindingContainer : System.Web.UI.Control
Public ReadOnly Property BindingContainer As Control

プロパティ値

Control

このコントロールのデータ バインディングを格納している Control

属性

注釈

この BindingContainer プロパティには、現在のコントロールの Control データ バインディング情報を含むオブジェクトへの参照が含まれています。

BindingContainerこのプロパティは、コントロールがテンプレートのNamingContainer一部である場合を除き、プロパティと同じです。 その場合、 BindingContainer このプロパティはテンプレートを Control 定義するプロパティに設定されます。

適用対象

こちらもご覧ください