System.Web.UI.ControlCollection Class

Provides a collection container that enables ASP.NET server controls to maintain a list of their child controls.

See Also: ControlCollection Members

Syntax

public class ControlCollection : ICollection

Remarks

You can access any of the properties and methods of the System.Web.UI.ControlCollection class through the Control.Controls property. Since the System.Web.UI.Control class is the base class for all ASP.NET server controls, all server controls inherit this property.

For more information about collections, see Collections and Data Structures.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0