ControlCollection Properties
.NET Framework 2.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.
|
| IsReadOnly |
Gets a value indicating whether the ControlCollection object is read-only.
|
| IsSynchronized |
Gets a value indicating whether the ControlCollection object is synchronized.
|
| Item |
Gets a reference to the server control at the specified index location in the ControlCollection object.
|
| SyncRoot |
Gets an object that can be used to synchronize access to the collection of controls.
|
Reference
ControlCollection ClassSystem.Web.UI Namespace
Control
Page
Control.Controls Property
Other Resources
Collections and Data StructuresCommunity Additions
ADD
Show: