Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class ViewInfoTraverser.ViewInfoEnumeratorPosition : IEquatable<ViewInfoTraverser.ViewInfoEnumeratorPosition>
Inheritance: objectViewInfoTraverser.ViewInfoEnumeratorPosition
Implements:
Constructors
Initializes a new instance of the ViewInfoTraverser.ViewInfoEnumeratorPosition class.
public ViewInfoEnumeratorPosition(GridViewInfo viewInfo, ViewInfoTraverser.Stages stage, ITraversable collection, int index, PinnedRowPosition pinPosition, SystemRowPosition rowPosition, PinnedRowPosition filteredPinPoisition, bool filterByPinPosition)
The view info.
stageViewInfoTraverser.StagesThe stage.
collectionITraversableThe collection.
indexintThe index.
pinPositionPinnedRowPositionThe pin position.
rowPositionSystemRowPositionThe row position.
filteredPinPoisitionPinnedRowPositionThe filtered pin poisition.
filterByPinPositionboolThe filter by pin position.
Initializes a new instance of the ViewInfoTraverser.ViewInfoEnumeratorPosition class.
public ViewInfoEnumeratorPosition(ViewInfoTraverser.ViewInfoEnumeratorPosition position)
The position.
Properties
Gets or sets the collection.
public ITraversable Collection { get; set; }
The collection.
Gets the current.
public GridViewRowInfo Current { get; }
The current.
Gets the filter by pin position.
public bool FilterByPinPosition { get; }
The filter by pin position.
Gets the filtered pin position.
public PinnedRowPosition FilteredPinPosition { get; }
The filtered pin position.
Gets the pin position.
public PinnedRowPosition PinPosition { get; }
The pin position.
Gets the row position.
public SystemRowPosition RowPosition { get; }
The row position.
Gets or sets the stage.
public ViewInfoTraverser.Stages Stage { get; set; }
The stage.
Gets the view info.
public GridViewInfo ViewInfo { get; }
The view info.
Methods
Determines whether the current position in the traverser is equal to the specified position.
public bool Equals(ViewInfoTraverser.ViewInfoEnumeratorPosition position)
The position.
Returns:Implements: