New to Telerik UI for WinFormsStart a free 30-day trial

Represents a traverser for the group rows

Definition

Constructors

Initializes a new instance of the GroupRowTraverser class.

C#
public GroupRowTraverser(GridViewGroupRowInfo hierarchyRow)
Parameters:hierarchyRowGridViewGroupRowInfo

The hierarchy row.

Initializes a new instance of the GroupRowTraverser class.

C#
public GroupRowTraverser(HierarchyRowTraverser traverser)
Parameters:traverserHierarchyRowTraverser

The traverser.

Initializes a new instance of the GroupRowTraverser class.

C#
public GroupRowTraverser(HierarchyRowTraverser.HierarchyRowTraverserPosition position)
Parameters:positionHierarchyRowTraverser.HierarchyRowTraverserPosition

The position.

Properties

Gets the rows count.

C#
protected override int RowsCount { get; }
Property Value:

The rows count.

Overrides: HierarchyRowTraverser.RowsCount

Methods

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
public override void Dispose()

Overrides: HierarchyRowTraverser.Dispose()

Sets the current.

C#
protected override void SetCurrent()

Overrides: HierarchyRowTraverser.SetCurrent()