Control.BindingContainer Property

Definition

Gets the control that contains this control's data binding.

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

Property Value

The Control that contains this control's data binding.

Attributes

Remarks

The BindingContainer property contains a reference to the Control object that contains the data-binding information for the current control.

The BindingContainer property is the same as the NamingContainer property, except when the control is part of a template. In that case, the BindingContainer property is set to the Control that defines the template.

Applies to

See also