DataGridItemCollection.Count Property
.NET Framework 3.0
Gets the number of DataGridItem objects in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Count property to determine the number of DataGridItem objects in the DataGridItemCollection collection. The Count property is commonly used when iterating through the collection to determine the upper bound of the collection.
Community Additions
ADD
Show: