DataKey Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
![]() | Item[Int32] | Gets the value of the key field at the specified index from a DataKey object. |
![]() | Item[String^] | Gets the value of the key field with the specified field name from a DataKey object. |
![]() | Value | Gets the value of the key field at index 0 in the DataKey object. |
![]() | Values | Gets an IOrderedDictionary object that contains every key field in the DataKey object. |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
Show:



