Represents a collection of Item objects.
The following tables list the members exposed by the ItemCollection(T) type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the ItemCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets the count of items in the collection. (Inherited from StateCollection.) |
|
![]() |
Gets a value that indicates if the collection is read only. (Inherited from StateCollection.) |
|
![]() |
Gets a value that indicates whether the collection is saving changes to its view state. (Inherited from StateCollection.) |
|
![]() |
Returns the item at the specified index. This is the indexer of the collection. (Inherited from StateCollection.) |
|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
Adds the specified item to the collection. |
|
![]() |
Adds the specified items to the collection. |
|
![]() |
Removes all elements from the collection. |
|
![]() |
Checks if the specified item is contained within the collection. (Inherited from StateCollection.) |
|
![]() |
Checks if the item with the specified id is within the bounds of this collection. |
|
![]() |
Copies the elements of the collection to an array, starting from the particular Array index. (Inherited from StateCollection.) |
|
![]() |
Returns an enumerator that iterates through the collection. (Inherited from StateCollection.) |
|
![]() |
Returns the index of the first occurrence of the specified item in the collection. (Inherited from StateCollection.) |
|
![]() |
Inserts the specified item at the specified position in the collection. |
|
![]() |
Restores view-state information from an object that was saved by the SaveViewState method (Inherited from StateCollection.) |
|
![]() |
Raises the Changed event. (Inherited from StateCollection.) |
|
![]() |
Removes the first occurrence of the specified item from the collection. |
|
![]() |
Removes the item at the specified index in the collection. |
|
![]() |
Saves any view-state changes that have occurred for this collection. (Inherited from StateCollection.) |
|
![]() |
Causes tracking of view-state changes made to the collection so they can be stored in an object. (Inherited from StateCollection.) |
Name | Description | |
---|---|---|
![]() |
Restores view-state information from an object that was saved by the SaveItemViewState method. |
|
![]() |
Raises the Add event. (Inherited from StateCollection.) |
|
![]() |
Raises the AddComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Clear event. (Inherited from StateCollection.) |
|
![]() |
Raises the ClearComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the CollectionChanged event. (Inherited from StateCollection.) |
|
![]() |
Raises the Insert event. (Inherited from StateCollection.) |
|
![]() |
Raises the InsertComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Remove event. (Inherited from StateCollection.) |
|
![]() |
Raises the RemoveComplete event. (Inherited from StateCollection.) |
|
![]() |
Raises the Set event. (Inherited from StateCollection.) |
|
![]() |
Raises the SetComplete event. (Inherited from StateCollection.) |
|
![]() |
Saves any server control view-state changes that have occurred for the specified item. |
|
![]() |
Causes tracking of view-state changes made to the specified item. (Inherited from StateCollection.) |
Name | Description | |
---|---|---|
![]() |
Declares the AddComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Add event. (Inherited from StateCollection.) |
|
![]() |
Declares the Changed event. (Inherited from StateCollection.) |
|
![]() |
Declares the ClearComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Clear event. (Inherited from StateCollection.) |
|
![]() |
Declares the CollectionChanged event. (Inherited from StateCollection.) |
|
![]() |
Declares the InsertComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Insert event. (Inherited from StateCollection.) |
|
![]() |
Declares the RemoveComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Remove event. (Inherited from StateCollection.) |
|
![]() |
Declares the SetComplete event. (Inherited from StateCollection.) |
|
![]() |
Declares the Set event. (Inherited from StateCollection.) |