Control.BindingContainer Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control BindingContainer { get; }
C#
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Bindable(false)]
public System.Web.UI.Control BindingContainer { get; }

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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also