A collection of GridViewCellInfo objects
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewCellInfoCollection : ICollection, IEnumerable
Inheritance: objectGridViewCellInfoCollection
Implements:
Constructors
Initializes a new instance of the GridViewCellInfoCollection class.
public GridViewCellInfoCollection(GridViewRowInfo rowInfo)
The associated GridViewRowInfo, owner of this collection
Properties
Gets the number of elements actually contained in the collection
public int Count { get; }
Implements:
Gets a value indicating whether access to the collection is synchronized (thread safe).
public bool IsSynchronized { get; }
Implements:
Gets an object that can be used to synchronize access to the ArrayList.
public object SyncRoot { get; }
Implements:
Gets the column with the specified index.
public GridViewCellInfo this[int index] { get; }
Index of the column to get
Property Value:Instance of GridViewCellInfo if found or null
Gets the first cell with UniqueName found.
public GridViewCellInfo this[string name] { get; }
Unique name of the column to get
Property Value:Instance of GridViewCellInfo if found or null
Methods
Copies all the elements of the current collection to the specified collection.
Returns an enumerator that iterates through the collection