Represents enumerator class for GridViewCellInfoCollection
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewCellInfoCollection.GridViewCellInfoCollectionEnumerator : IDisposable, IEnumerator
Inheritance: objectGridViewCellInfoCollection.GridViewCellInfoCollectionEnumerator
Implements:
Constructors
Initializes a new instance of the GridViewCellInfoCollectionEnumerator class.
C#
public GridViewCellInfoCollectionEnumerator(GridViewCellInfoCollection collection)
The associated GridViewCellInfoCollection, owner of this enumerator
Properties
Gets the current element in the collection.
C#
public GridViewCellInfo Current { get; }
Methods
C#
public void Dispose()
Implements:
Advances the enumerator to the next element of the collection.
Sets the enumerator to its initial position, which is before the first element in the collection.
C#
public void Reset()
Implements: