Class GridViewRowInfoEnumerator.EnumeratorPosition
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class EnumeratorPosition : IEquatable<GridViewRowInfoEnumerator.EnumeratorPosition>
Constructors
EnumeratorPosition(GridViewRowInfoEnumerator.EnumeratorPosition)
Initializes a new instance of the GridViewRowInfoEnumerator.EnumeratorPosition class.
Declaration
public EnumeratorPosition(GridViewRowInfoEnumerator.EnumeratorPosition position)
Parameters
GridViewRowInfoEnumerator.EnumeratorPosition
position
The position. |
EnumeratorPosition(IHierarchicalRow, Int32)
Initializes a new instance of the GridViewRowInfoEnumerator.EnumeratorPosition class.
Declaration
public EnumeratorPosition(IHierarchicalRow parent, int index)
Parameters
IHierarchicalRow
parent
The parent. |
System.Int32
index
The index. |
Properties
Index
Gets or sets the index.
Declaration
public int Index { get; set; }
Property Value
System.Int32
The index. |
Parent
Gets or sets the parent.
Declaration
public IHierarchicalRow Parent { get; set; }
Property Value
IHierarchicalRow
The parent. |
Row
Gets the row.
Declaration
public GridViewRowInfo Row { get; }
Property Value
GridViewRowInfo
The row. |
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(GridViewRowInfoEnumerator.EnumeratorPosition)
Equalses the specified position.
Declaration
public bool Equals(GridViewRowInfoEnumerator.EnumeratorPosition position)
Parameters
GridViewRowInfoEnumerator.EnumeratorPosition
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. |