The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParseChildrenAttribute::ChildControlType Property
.NET Framework (current version)
Gets a value indicating the allowed type of a control.
Assembly: System.Web (in System.Web.dll)
If the allowed control type is null, meaning that it has not been specified, the default type, which is a System.Web.UI::Control control, is returned.
The following code example demonstrates how to query the ChildControlType property. For definitions of the CollectionPropertyControl and Employee classes that are used in this code example, see ParseChildrenAttribute.
.NET Framework
Available since 2.0
Available since 2.0
Show: