DetailsViewRowCollection.Item Property
.NET Framework 3.0
Gets the DetailsViewRow 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 DetailsViewRow get_Item (int index)
Not applicable.
Parameters
- index
The index of the DetailsViewRow to retrieve from the collection.
Property Value
The DetailsViewRow at the specified index in the collection.Community Additions
ADD
Show: