New to Telerik UI for WinFormsStart a free 30-day trial

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: IDisposableIEnumerator

Constructors

Initializes a new instance of the GridViewCellInfoCollectionEnumerator class.

C#
public GridViewCellInfoCollectionEnumerator(GridViewCellInfoCollection collection)
Parameters:collectionGridViewCellInfoCollection

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: IDisposable.Dispose()

Advances the enumerator to the next element of the collection.

C#
public bool MoveNext()
Returns:

bool

Implements: IEnumerator.MoveNext()

Sets the enumerator to its initial position, which is before the first element in the collection.

C#
public void Reset()

Implements: IEnumerator.Reset()