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