Class
RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator : IEnumerator, IDisposable

Inheritance: objectRadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator

Implements: IDisposableIEnumerator

Constructors

RadCommandBarBaseItemEnumerator(RadCommandBarBaseItemCollection)

Initializes a new instance of the RadElementEnumerator class.

Declaration

cs-api-definition
public RadCommandBarBaseItemEnumerator(RadCommandBarBaseItemCollection mappings)

Parameters

mappings

RadCommandBarBaseItemCollection

Properties

Current

Gets the current element in the collection.

Declaration

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

Property Value

RadCommandBarBaseItem

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()