The members of System.Web.UI.WebControls.DataKey are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.DataKey class using the specified dictionary of key field values. | ||
Initializes a new instance of the System.Web.UI.WebControls.DataKey class using the specified dictionary of key field values and array of field names. |
[read-only] default property | Item(int) | object. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | object. Documentation for this section has not yet been entered. |
[read-only] | Value | object.
Gets the value of the key field at index 0 in the System.Web.UI.WebControls.DataKey object. |
[read-only] | Values | System.Collections.Specialized.IOrderedDictionary.
Gets an System.Collections.Specialized.IOrderedDictionary object that contains every key field in the System.Web.UI.WebControls.DataKey object. |
[read-only] | IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataKey object is tracking its view-state changes. |
LoadViewState(object)
| ||
SaveViewState()
| ||
TrackViewState()
|
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataKey object is tracking its view-state changes. |
System.Web.UI.IStateManager.LoadViewState |
Loads the previously saved view state of the System.Web.UI.WebControls.DataKey object. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the current view state of the System.Web.UI.WebControls.DataKey object. | |
System.Web.UI.IStateManager.TrackViewState |
Marks the starting point at which to begin tracking and saving view-state changes to the System.Web.UI.WebControls.DataKey object. |