ObjectListCommandCollection Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Returns the number of elements in a collection. (Inherited from ArrayListCollectionBase.) |
| IsReadOnly | Gets a value indicating whether a collection is read-only. (Inherited from ArrayListCollectionBase.) |
| IsSynchronized | Gets a value indicating whether a collection is synchronized. (Inherited from ArrayListCollectionBase.) |
| Item | Returns an ObjectListCommand item in the collection for the specified index. |
| SyncRoot | Returns the SyncRoot object for the collection. (Inherited from ArrayListCollectionBase.) |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the collection is tracking view-state changes. |
| Items | Gets or sets the collection of items in an array list object. The default value is Empty. (Inherited from ArrayListCollectionBase.) |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | For a description of this member, see IStateManager.IsTrackingViewState. |
Community Additions
ADD
Show: