ClassPivotGridGroupTraverser
Represents the group traverser.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotGridGroupTraverser : ITraverser<PivotGroupNode>, IDisposable, IEnumerator, IEnumerable
Inheritance: objectPivotGridGroupTraverser
Implements:
Constructors
PivotGridGroupTraverser(PivotGroupNode)
Initializes a new instance of the PivotGridGroupTraverser class.
Declaration
public PivotGridGroupTraverser(PivotGroupNode root)
Parameters
root
The root.
Properties
Current
Gets the element in the collection at the current position of the enumerator.
Declaration
public PivotGroupNode Current { get; }
Property Value
The element in the collection at the current position of the enumerator.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
An IEnumerator object that can be used to iterate through the collection.
Implements
MoveNext()
Advances the enumerator to the next element of the collection.
Declaration
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
MovePrevious()
Moves to previous.
MoveToEnd()
Moves to end.
OnItemsNavigating(PivotGroupNode)
Called when the items are navigating.
Declaration
protected virtual bool OnItemsNavigating(PivotGroupNode current)
Parameters
current
The current.
Returns
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
Declaration
public void Reset()
Exceptions
The collection was modified after the enumerator was created.
Implements
Events
ItemsNavigating
Declaration
public event ItemsNavigatingEventHandler<PivotGroupNode> ItemsNavigating
Event Value