Class
CommandBarStripElementCollection.CommandBarStripElementEnumerator

Represents an element enumerator.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CommandBarStripElementCollection.CommandBarStripElementEnumerator : IEnumerator, IDisposable

Inheritance: objectCommandBarStripElementCollection.CommandBarStripElementEnumerator

Implements: IDisposableIEnumerator

Constructors

CommandBarStripElementEnumerator(CommandBarStripElementCollection)

Initializes a new instance of the RadElementEnumerator class.

Declaration

cs-api-definition
public CommandBarStripElementEnumerator(CommandBarStripElementCollection mappings)

Parameters

mappings

CommandBarStripElementCollection

Properties

Current

Gets the current element in the collection.

Declaration

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

Property Value

CommandBarStripElement

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