ListItemCollection Properties

  Name Description
Public property Capacity Gets the or sets the maximum number of items that the ListItemCollection can store.
Public property Count Gets the number of ListItem objects in the collection.
Public property IsReadOnly Gets a value indicating whether the ListItemCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the ListItemCollection is synchronized (thread-safe).
Public property Item Gets a ListItem at the specified index in the collection.
Public property SyncRoot Gets the object that can be used to synchronize access to the ListItemCollection.
Top

  Name Description
Explicit interface implementation Property System.Collections.IList.IsFixedSize For a description of this member, see IsFixedSize.
Explicit interface implementation Property System.Collections.IList.Item For a description of this member, see Item.
Explicit interface implementation Property System.Web.UI.IStateManager.IsTrackingViewState For a description of this member, see IsTrackingViewState.
Top

Community Additions

ADD
Show: