ObjectListItemCollection Properties

(see also Protected Properties )
  Name Description
Public property Count  Returns the number of elements in a collection. (inherited from ArrayListCollectionBase)
Public property IsReadOnly  Gets a value indicating whether a collection is read-only. (inherited from ArrayListCollectionBase)
Public property IsSynchronized  Gets a value indicating whether a collection is synchronized. (inherited from ArrayListCollectionBase)
Public property Item Returns an ObjectListCommand item in the collection, by index.
Public property SyncRoot  Returns the SyncRoot object for the collection. (inherited from ArrayListCollectionBase)
Top

  Name Description
Protected property IsTrackingViewState Indicates whether the collection tracking its view state changes.
Protected property Items  Gets or sets the collection of items in an array list object. The default value is Empty. (inherited from ArrayListCollectionBase)
Top

Community Additions

ADD
Show: