Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ContextualTabGroupCollection.ContextualTabGroupEnumerator : IEnumerator
Inheritance: objectContextualTabGroupCollection.ContextualTabGroupEnumerator
Implements:
Constructors
Initializes a new instance of the ContextualTabGroupEnumerator class using a collection of ribbon bar command tabs.
C#
public ContextualTabGroupEnumerator(ContextualTabGroupCollection mappings)
Properties
Gets the current element of the collection.
C#
public ContextualTabGroup Current { get; }
Methods
Moves to the next element in the collection. When invoked for the first time, moves to the first element of the collection.
Resets the iterator.
C#
public void Reset()