ControlBuilder::BindingContainerBuilder Property

.NET Framework (current version)
 

Gets the control builder that corresponds to the binding container for the control that this builder creates.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property ControlBuilder^ BindingContainerBuilder {
	virtual ControlBuilder^ get();
}

Property Value

Type: System.Web.UI::ControlBuilder^

The control builder that corresponds to the binding container for the control.

.NET Framework
Available since 4.5
Return to top
Show: