Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class PagedGroupedTraverser : IEnumerator
Inheritance: objectPagedGroupedTraverser
Implements:
Constructors
Initializes a new instance of the PagedGroupedTraverser class.
C#
public PagedGroupedTraverser(IList<Group<GridViewRowInfo>> groups)
The groups.
Properties
Methods
Advances the enumerator to the next element of the collection.
C#
public bool MoveNext()
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions:The collection was modified after the enumerator was created.
Implements:
Sets the enumerator to its initial position, which is before the first element in the collection.
C#
public void Reset()
The collection was modified after the enumerator was created.
Implements: