ControlCollection Hierarchy

The following table lists the classes derived from System.Web.UI.ControlCollection .

Derived Classes

Class Description
System.Web.UI.EmptyControlCollection  
System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection
Represents a collection of HtmlTableRow objects that are the rows of an HtmlTable control.
System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection  
System.Web.UI.WebControls.Table.RowControlCollection
Represents the collection of TableRow objects in a Table control.
System.Web.UI.WebControls.TableRow.CellControlCollection
Represents a collection of TableCell objects that are the cells of a TableRow control.
System.Web.UI.WebControls.ViewCollection
Represents a collection container that enables a MultiView control to maintain a list of its child controls.

See Also

Reference

ControlCollection Class
ControlCollection Members
System.Web.UI Namespace
Control
Page
Control.Controls Property

Other Resources

Collections and Data Structures