Table.RowControlCollection Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| 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 | Gets a reference to the server control at the specified index location in the ControlCollection object. (inherited from ControlCollection) |
| SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. (inherited from ControlCollection) |
| Name | Description | |
|---|---|---|
| Owner | Gets the ASP.NET server control to which the ControlCollection object belongs. (inherited from ControlCollection) |
Community Additions
ADD
Show: