ControlBuilder::BindingContainerType Property

 

Gets the type of the binding container for the control that this builder creates.

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

public:
property Type^ BindingContainerType {
	virtual Type^ get();
}

Property Value

Type: System::Type^

A Type that represent the type of the binding container for the control that this builder creates.

.NET Framework
Available since 2.0
Return to top
Show: