DataKey Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protpropertyIsTrackingViewState

Gets a value indicating whether the DataKey object is tracking its view-state changes.

System_CAPS_pubpropertyItem[Int32]

Gets the value of the key field at the specified index from a DataKey object.

System_CAPS_pubpropertyItem[String^]

Gets the value of the key field with the specified field name from a DataKey object.

System_CAPS_pubpropertyValue

Gets the value of the key field at index 0 in the DataKey object.

System_CAPS_pubpropertyValues

Gets an IOrderedDictionary object that contains every key field in the DataKey object.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIStateManager::IsTrackingViewState

Gets a value indicating whether the DataKey object is tracking its view-state changes.

Return to top
Show: