Class GroupRowTraverser
Represents a traverser for the group rows
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GroupRowTraverser : HierarchyRowTraverser, ITraverser<GridViewRowInfo>, IEnumerator<GridViewRowInfo>, IDisposable, IEnumerator, IEnumerable
Constructors
GroupRowTraverser(GridViewGroupRowInfo)
Initializes a new instance of the Group
Declaration
public GroupRowTraverser(GridViewGroupRowInfo hierarchyRow)
Parameters
Grid The hierarchy row. |
GroupRowTraverser(HierarchyRowTraverser)
Initializes a new instance of the Group
Declaration
public GroupRowTraverser(HierarchyRowTraverser traverser)
Parameters
Hierarchy The traverser. |
GroupRowTraverser(HierarchyRowTraverser.HierarchyRowTraverserPosition)
Initializes a new instance of the Group
Declaration
public GroupRowTraverser(HierarchyRowTraverser.HierarchyRowTraverserPosition position)
Parameters
Hierarchy The position. |
Properties
RowsCount
Gets the rows count.
Declaration
protected override int RowsCount { get; }
Property Value
System. The rows count. |
Overrides
Methods
Dispose()
SetCurrent()
Sets the current.
Declaration
protected override void SetCurrent()