Class HierarchyRowTraverser.HierarchyRowTraverserPosition
Represent a position in the hierarchy row traverser
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class HierarchyRowTraverserPosition : IEquatable<HierarchyRowTraverser.HierarchyRowTraverserPosition>
Constructors
HierarchyRowTraverserPosition(GridViewRowInfo, GridViewRowInfo, Int32)
Initializes a new instance of the Hierarchy
Declaration
public HierarchyRowTraverserPosition(GridViewRowInfo hierarchyRow, GridViewRowInfo current, int index)
Parameters
Grid The hierarchy row. |
Grid The current. |
System. The index. |
Properties
Current
Gets the current.
Declaration
public GridViewRowInfo Current { get; }
Property Value
Grid The current. |
HierarchyRow
Gets the hierarchy row.
Declaration
public GridViewRowInfo HierarchyRow { get; }
Property Value
Grid The hierarchy row. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
System. The index. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
Overrides
Equals(HierarchyRowTraverser.HierarchyRowTraverserPosition)
Returns whether the specified position is equal to the current one.
Declaration
public bool Equals(HierarchyRowTraverser.HierarchyRowTraverserPosition position)
Parameters
Hierarchy The position. |
Returns
System.
|
Implements
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |