ControlCollection Properties

(see also Protected 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.
Public property SyncRoot
Gets an object that can be used to synchronize access to the collection of controls.
Top

  Name Description
Protected property Owner
Gets the ASP.NET server control to which the ControlCollection object belongs.
Top

Community Additions

ADD
Show: