ClassContextualTabGroupCollection.ContextualTabGroupEnumerator
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ContextualTabGroupCollection.ContextualTabGroupEnumerator : IEnumerator
Inheritance: objectContextualTabGroupCollection.ContextualTabGroupEnumerator
Implements:
Constructors
ContextualTabGroupEnumerator(ContextualTabGroupCollection)
Initializes a new instance of the ContextualTabGroupEnumerator class using a collection of ribbon bar command tabs.
Declaration
cs-api-definition
public ContextualTabGroupEnumerator(ContextualTabGroupCollection mappings)
Parameters
mappings
Properties
Current
Gets the current element of the collection.
Declaration
cs-api-definition
public ContextualTabGroup Current { get; }
Property Value
Methods
MoveNext()
Moves to the next element in the collection. When invoked for the first time, moves to the first element of the collection.