Represents an element enumerator.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CommandBarStripElementCollection.CommandBarStripElementEnumerator : IEnumerator, IDisposable
Inheritance: objectCommandBarStripElementCollection.CommandBarStripElementEnumerator
Implements:
Constructors
Initializes a new instance of the RadElementEnumerator class.
C#
public CommandBarStripElementEnumerator(CommandBarStripElementCollection mappings)
Properties
Gets the current element in the collection.
C#
public CommandBarStripElement Current { get; }
Methods
Moves to the next element in the collection.
Resets the enumerator position.
C#
public void Reset()