ClassPagedGroupedTraverser
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class PagedGroupedTraverser : IEnumerator
Inheritance: objectPagedGroupedTraverser
Implements:
Constructors
PagedGroupedTraverser(IList<Group<GridViewRowInfo>>)
Initializes a new instance of the PagedGroupedTraverser class.
Declaration
cs-api-definition
public PagedGroupedTraverser(IList<Group<GridViewRowInfo>> groups)
Parameters
groups
IList<Group<GridViewRowInfo>>
The groups.
Properties
Methods
MoveNext()
Advances the enumerator to the next element of the collection.
Declaration
cs-api-definition
public bool MoveNext()
Returns
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
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
Declaration
cs-api-definition
public void Reset()
Exceptions
The collection was modified after the enumerator was created.
Implements