ControlBuilder.NamingContainerType Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the type of the naming container for the control that this builder creates.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ public Type get_NamingContainerType ()
public function get NamingContainerType () : Type
Not applicable.
Property Value
A Type that represent the type of the naming container for the control that this builder creates.Community Additions
ADD
Show: