The members of System.Web.UI.WebControls.DataKeyArray are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.DataKeyArray class. |
[read-only] | Count | int.
Gets the number of items in the collection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the items in the collection can be modified. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataKeyArray collection is synchronized (thread safe). |
[read-only] default property | Item(int) | DataKey. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the object used to synchronize access to the collection. |
CopyTo(DataKey[], int)
| ||
GetEnumerator()
|
ICollection.CopyTo |
Copies all the items from this collection to the specified Array, starting at the specified index in the Array. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataKeyArray object is tracking its view-state changes. |
System.Web.UI.IStateManager.LoadViewState |
Loads the previously saved view state of the System.Web.UI.WebControls.DataKeyArray object. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the current view state of the System.Web.UI.WebControls.DataKeyArray 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.DataKeyArray object. |