DataKeyArray Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of items in the collection. |
| IsReadOnly | Gets a value indicating whether the items in the collection can be modified. |
| IsSynchronized | Gets a value indicating whether the DataKeyArray collection is synchronized (thread safe). |
| Item | Gets the DataKey object from the collection at the specified index. |
| SyncRoot | Gets the object used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the DataKeyArray object is tracking its view-state changes. |
Community Additions
ADD
Show: