Class PagedGroupedTraverser
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class PagedGroupedTraverser : IEnumerator
Constructors
PagedGroupedTraverser(IList<Group<GridViewRowInfo>>)
Initializes a new instance of the Paged
Declaration
public PagedGroupedTraverser(IList<Group<GridViewRowInfo>> groups)
Parameters
System. The groups. |
Properties
Current
Gets the current element in the collection.
Declaration
public object Current { get; }
Property Value
System. The current element in the collection. |
Implements
Methods
MoveNext()
Advances the enumerator to the next element of the collection.
Declaration
public bool MoveNext()
Returns
System. true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. |
Implements
Exceptions
System. The collection was modified after the enumerator was created. |
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
Declaration
public void Reset()
Implements
Exceptions
System. The collection was modified after the enumerator was created. |