DataGridItemCollection.DataGridItemCollection Constructor
.NET Framework 3.0
Initializes a new instance of the DataGridItemCollection class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public DataGridItemCollection ( ArrayList items )
public function DataGridItemCollection ( items : ArrayList )
Not applicable.
Parameters
- items
A System.Collections.ArrayList that contains the items with which to initialize the collection.
Community Additions
ADD
Show: