DataKeyArray Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| 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[Int32] | Gets the DataKey object from the collection at the specified index. |
![]() | SyncRoot | Gets the object used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the DataKeyArray object is tracking its view-state changes. |
Show:


