This documentation is archived and is not being maintained.
DataKey Properties
Visual Studio 2010
The DataKey type exposes the following members.
| 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: