New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridDataItemCollection

A collection holding Telerik.Web.UI.GridDataItem items.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.GridItemCollection : ICollection, IEnumerable
  • Telerik.Web.UI.GridDataItemCollection

Properties

Count Int32

Gets the number of elements contained in the collection.

IsReadOnly Boolean

Gets a value indicating if the collection is read only and could be modified.

IsSynchronized Boolean

Gets a value indicating whether access to the collection is synchronized (thread safe).

SyncRoot Object

Gets an object that can be used to synchronize access to the collection.

Methods

CopyTo

Copies the elements of the collection to an , starting at a particular index.

Parameters

array System.Array

The one-dimensional that is the destination of the elements copied from collection The must have zero-based indexing.

index System.Int32

The zero-based index in at which copying begins.

Returns

System.Void

GetEnumerator

Returns an enumerator that iterates through a collection.

Returns

System.Collections.IEnumerator An object that can be used to iterate through the collection.

In this article