ListItemCollection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the maximum number of items that the ListItemCollection can store. |
![]() | Count | Gets the number of ListItem objects in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the ListItemCollection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the ListItemCollection is synchronized (thread-safe). |
![]() | Item[Int32] | Gets a ListItem at the specified index in the collection. |
![]() | SyncRoot | Gets the object that can be used to synchronize access to the ListItemCollection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IsFixedSize. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Item. |
![]() ![]() | IStateManager::IsTrackingViewState | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IsTrackingViewState. |


