ViewCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control.(Inherited from ControlCollection.) |
![]() | IsReadOnly | Gets a value indicating whether the ControlCollection object is read-only.(Inherited from ControlCollection.) |
![]() | IsSynchronized | Gets a value indicating whether the ControlCollection object is synchronized.(Inherited from ControlCollection.) |
![]() | Item[Int32] | Gets a reference to the View control at the specified index location in the ViewCollection collection. |
![]() | Owner | Gets the ASP.NET server control to which the ControlCollection object belongs.(Inherited from ControlCollection.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection of controls.(Inherited from ControlCollection.) |
Show:

