ProxyWebPartManager.Controls Property

 

Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.

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

public override ControlCollection Controls { get; }

Property Value

Type: System.Web.UI.ControlCollection

The collection of child controls for the specified server control.

.NET Framework
Available since 2.0
Return to top
Show: