ObjectListCommandCollection Properties
.NET Framework 3.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) |
Community Additions
ADD
Show: