ListItemCollection Properties
.NET Framework 3.0
| 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 | 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 | |
|---|---|---|
| System.Collections.IList.IsFixedSize | For a description of this member, see IsFixedSize. |
| System.Collections.IList.Item | For a description of this member, see Item. |
| System.Web.UI.IStateManager.IsTrackingViewState | For a description of this member, see IsTrackingViewState. |
Community Additions
ADD
Show: