DataKeyArray.Item Property
.NET Framework 3.0
Gets the DataKey object from the collection at the specified index.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public DataKey get_Item (int index)
Not applicable.
Parameters
- index
The index of the DataKey to retrieve from the collection.
Property Value
The DataKey at the specified index in the collection.The following code example demonstrates how to use the indexer to retrieve a DataKey object from a DataKeyArray collection.
Community Additions
ADD
Show: