Class RadCommandBarBaseItemCollection.RadCommandBarBaseItemEnumerator
Represents an element enumerator.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCommandBarBaseItemEnumerator : IEnumerator<RadCommandBarBaseItem>, IEnumerator, IDisposable
Constructors
RadCommandBarBaseItemEnumerator(RadCommandBarBaseItemCollection)
Initializes a new instance of the RadElementEnumerator class.
Declaration
public RadCommandBarBaseItemEnumerator(RadCommandBarBaseItemCollection mappings)
Parameters
RadCommandBarBaseItemCollection
mappings
|
Properties
Current
Gets the current element in the collection.
Declaration
public RadCommandBarBaseItem Current { get; }
Property Value
RadCommandBarBaseItem
|
Implements
Methods
MoveNext()
Moves to the next element in the collection.
Declaration
public bool MoveNext()
Returns
System.Boolean
|
Reset()
Resets the enumerator position.
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Gets the current element in the collection.
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
IEnumerator.MoveNext()
Moves to the the next element of the collection.
Declaration
bool IEnumerator.MoveNext()
Returns
System.Boolean
|
Implements
IEnumerator.Reset()
Resets the enumerator position.
Declaration
void IEnumerator.Reset()
Implements
IDisposable.Dispose()
Disposes the enumeration.
Declaration
void IDisposable.Dispose()