DetailsViewRowCollection.DetailsViewRowCollection Constructor
.NET Framework 3.0
Initializes a new instance of the DetailsViewRowCollection class using the specified ArrayList object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public DetailsViewRowCollection ( ArrayList rows )
public function DetailsViewRowCollection ( rows : ArrayList )
Not applicable.
Parameters
- rows
An ArrayList that contains the DetailsViewRow objects with which to initialize the collection.
Community Additions
ADD
Show: