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 HierarchyRowTraverser.HierarchyRowTraverserPosition class.
Declaration
public HierarchyRowTraverserPosition(GridViewRowInfo hierarchyRow, GridViewRowInfo current, int index)
Parameters
GridViewRowInfo
hierarchyRow
The hierarchy row. |
GridViewRowInfo
current
The current. |
System.Int32
index
The index. |
Properties
Current
Gets the current.
Declaration
public GridViewRowInfo Current { get; }
Property Value
GridViewRowInfo
The current. |
HierarchyRow
Gets the hierarchy row.
Declaration
public GridViewRowInfo HierarchyRow { get; }
Property Value
GridViewRowInfo
The hierarchy row. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
System.Int32
The index. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
Equals(HierarchyRowTraverser.HierarchyRowTraverserPosition)
Returns whether the specified position is equal to the current one.
Declaration
public bool Equals(HierarchyRowTraverser.HierarchyRowTraverserPosition position)
Parameters
HierarchyRowTraverser.HierarchyRowTraverserPosition
position
The position. |
Returns
System.Boolean
|
Implements
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |