ControlCollection Properties (System.Web.UI)

Switch View :
ScriptFree
.NET Framework Class Library
ControlCollection Properties

The ControlCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control.
Public property IsReadOnly Gets a value indicating whether the ControlCollection object is read-only.
Public property IsSynchronized Gets a value indicating whether the ControlCollection object is synchronized.
Public property Item Gets a reference to the server control at the specified index location in the ControlCollection object.
Protected property Owner Gets the ASP.NET server control to which the ControlCollection object belongs.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection of controls.
Top
See Also

Reference