Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewColumnValuesCollection : IList, ICollection, IEnumerable
Inheritance: objectGridViewColumnValuesCollection
Implements:
Constructors
Initializes a new instance of the GridViewColumnValuesCollection class.
public GridViewColumnValuesCollection()
Properties
Gets the number of elements contained in the ICollection.
public int Count { get; }
The number of elements contained in the ICollection.
Implements:
Methods
Removes all items from the IList.
Copies the elements of the ICollection to an Array, starting at a particular Array index.
public void CopyTo(Array array, int index)
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
indexintThe zero-based index in array at which
copying begins.
array is null.
index is less than zero.
array is multidimensional.-or- The number of elements in the
source ICollection is greater than the available
space from index to the end of the destination array.-or-The
type of the source ICollection cannot be cast
automatically to the type of the destination array.
Implements:
Returns an enumerator that iterates through a collection.
public IEnumerator GetEnumerator()
An IEnumerator object that can be used to iterate through the collection.
Implements: