Represent a position in the hierarchy row traverser
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class HierarchyRowTraverser.HierarchyRowTraverserPosition : IEquatable<HierarchyRowTraverser.HierarchyRowTraverserPosition>
Inheritance: objectHierarchyRowTraverser.HierarchyRowTraverserPosition
Implements:
Constructors
Initializes a new instance of the HierarchyRowTraverser.HierarchyRowTraverserPosition class.
C#
public HierarchyRowTraverserPosition(GridViewRowInfo hierarchyRow, GridViewRowInfo current, int index)
The hierarchy row.
currentGridViewRowInfoThe current.
indexintThe index.
Properties
Gets the current.
C#
public GridViewRowInfo Current { get; }
The current.
Gets the hierarchy row.
C#
public GridViewRowInfo HierarchyRow { get; }
The hierarchy row.
Methods
Returns whether the specified position is equal to the current one.
C#
public bool Equals(HierarchyRowTraverser.HierarchyRowTraverserPosition position)
The position.
Returns:Implements: