New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ContextualTabGroupCollection.ContextualTabGroupEnumerator : IEnumerator

Inheritance: objectContextualTabGroupCollection.ContextualTabGroupEnumerator

Implements: IEnumerator

Constructors

Initializes a new instance of the ContextualTabGroupEnumerator class using a collection of ribbon bar command tabs.

C#
public ContextualTabGroupEnumerator(ContextualTabGroupCollection mappings)
Parameters:mappingsContextualTabGroupCollection

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.

C#
public bool MoveNext()
Returns:

bool

Resets the iterator.

C#
public void Reset()