RepeaterItemCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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[Int32] | Gets the RepeaterItem object at the specified index in the collection. |
![]() | SyncRoot | Gets the object that can be used to synchronize access to the RepeaterItemCollection collection. |
Show:
