Class ViewInfoTraverser.ViewInfoEnumeratorPosition
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ViewInfoEnumeratorPosition : IEquatable<ViewInfoTraverser.ViewInfoEnumeratorPosition>
Constructors
ViewInfoEnumeratorPosition(GridViewInfo, ViewInfoTraverser.Stages, ITraversable, Int32, PinnedRowPosition, SystemRowPosition, PinnedRowPosition, Boolean)
Initializes a new instance of the ViewInfoTraverser.ViewInfoEnumeratorPosition class.
Declaration
public ViewInfoEnumeratorPosition(GridViewInfo viewInfo, ViewInfoTraverser.Stages stage, ITraversable collection, int index, PinnedRowPosition pinPosition, SystemRowPosition rowPosition, PinnedRowPosition filteredPinPoisition, bool filterByPinPosition)
Parameters
GridViewInfo
viewInfo
The view info. |
ViewInfoTraverser.Stages
stage
The stage. |
ITraversable
collection
The collection. |
System.Int32
index
The index. |
PinnedRowPosition
pinPosition
The pin position. |
SystemRowPosition
rowPosition
The row position. |
PinnedRowPosition
filteredPinPoisition
The filtered pin poisition. |
System.Boolean
filterByPinPosition
The filter by pin position. |
ViewInfoEnumeratorPosition(ViewInfoTraverser.ViewInfoEnumeratorPosition)
Initializes a new instance of the ViewInfoTraverser.ViewInfoEnumeratorPosition class.
Declaration
public ViewInfoEnumeratorPosition(ViewInfoTraverser.ViewInfoEnumeratorPosition position)
Parameters
ViewInfoTraverser.ViewInfoEnumeratorPosition
position
The position. |
Properties
Collection
Gets or sets the collection.
Declaration
public ITraversable Collection { get; set; }
Property Value
ITraversable
The collection. |
Current
Gets the current.
Declaration
public GridViewRowInfo Current { get; }
Property Value
GridViewRowInfo
The current. |
FilterByPinPosition
Gets the filter by pin position.
Declaration
public bool FilterByPinPosition { get; }
Property Value
System.Boolean
The filter by pin position. |
FilteredPinPosition
Gets the filtered pin position.
Declaration
public PinnedRowPosition FilteredPinPosition { get; }
Property Value
PinnedRowPosition
The filtered pin position. |
Index
Gets or sets the index.
Declaration
public int Index { get; set; }
Property Value
System.Int32
The index. |
PinPosition
Gets the pin position.
Declaration
public PinnedRowPosition PinPosition { get; }
Property Value
PinnedRowPosition
The pin position. |
RowPosition
Gets the row position.
Declaration
public SystemRowPosition RowPosition { get; }
Property Value
SystemRowPosition
The row position. |
Stage
Gets or sets the stage.
Declaration
public ViewInfoTraverser.Stages Stage { get; set; }
Property Value
ViewInfoTraverser.Stages
The stage. |
ViewInfo
Gets the view info.
Declaration
public GridViewInfo ViewInfo { get; }
Property Value
GridViewInfo
The view info. |
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(ViewInfoTraverser.ViewInfoEnumeratorPosition)
Determines whether the current position in the traverser is equal to the specified position.
Declaration
public bool Equals(ViewInfoTraverser.ViewInfoEnumeratorPosition position)
Parameters
ViewInfoTraverser.ViewInfoEnumeratorPosition
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. |