Class
RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadCommandBarLinesElementCollection.CommandBarRowElementEnumerator : IEnumerator, IDisposable

Inheritance: objectRadCommandBarLinesElementCollection.CommandBarRowElementEnumerator

Implements: IDisposableIEnumerator

Constructors

CommandBarRowElementEnumerator(RadCommandBarLinesElementCollection)

Initializes a new instance of the RadElementEnumerator class.

Declaration

cs-api-definition
public CommandBarRowElementEnumerator(RadCommandBarLinesElementCollection mappings)

Parameters

mappings

RadCommandBarLinesElementCollection

Properties

Current

Gets the current element in the collection.

Declaration

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

Property Value

CommandBarRowElement

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