Class
RadItemCollection.RadItemEnumerator

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadItemCollection.RadItemEnumerator : IEnumerator, IDisposable

Inheritance: objectRadItemCollection.RadItemEnumerator

Implements: IDisposableIEnumerator

Constructors

RadItemEnumerator(RadItemCollection)

Initializes a new instance of the RadElementEnumerator class.

Declaration

cs-api-definition
public RadItemEnumerator(RadItemCollection mappings)

Parameters

mappings

RadItemCollection

Properties

Current

Gets the current element in the collection.

Declaration

cs-api-definition
public RadItem Current { get; }

Property Value

RadItem

Methods

MoveNext()

Moves to the next element in the collection.

Declaration

cs-api-definition
public bool MoveNext()

Returns

bool

Reset()

Resets the enumerator position.

Declaration

cs-api-definition
public void Reset()