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

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls.Elements

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class RadItemReadOnlyCollection.RadItemReadOnlyEnumerator : IEnumerator, IDisposable

Inheritance: objectRadItemReadOnlyCollection.RadItemReadOnlyEnumerator

Implements: IDisposableIEnumerator

Constructors

Initializes a new instance of the RadElementEnumerator class.

C#
public RadItemReadOnlyEnumerator(RadItemReadOnlyCollection mappings)
Parameters:mappingsRadItemReadOnlyCollection

Properties

Gets the current element in the collection.

C#
public RadItem Current { get; }

Methods

Moves to the next element in the collection.

C#
public bool MoveNext()
Returns:

bool

Resets the enumerator position.

C#
public void Reset()