This documentation is archived and is not being maintained.
RepeaterItemCollection Properties
.NET Framework 1.1
The properties of the RepeaterItemCollection class are listed here. For a complete list of RepeaterItemCollection class members, see the RepeaterItemCollection Members topic.
Public Properties
Count | Gets the number of RepeaterItem objects in the collection. |
IsReadOnly | Gets a value that indicates whether the RepeaterItem objects in the RepeaterItemCollection can be modified. |
IsSynchronized | Gets a value indicating whether access to the RepeaterItemCollection is synchronized (thread-safe). |
Item | Gets the RepeaterItem object at the specified index in the collection.
In C#, this property is the indexer for the RepeaterItemCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the RepeaterItemCollection collection. |
See Also
RepeaterItemCollection Class | System.Web.UI.WebControls Namespace
Show:
