DataGridItemCollection::Count Property

 

Gets the number of DataGridItem objects in the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of DataGridItem objects in the collection.

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.

.NET Framework
Available since 1.1
Return to top
Show: