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 View
Declaration
public ViewInfoEnumeratorPosition(GridViewInfo viewInfo, ViewInfoTraverser.Stages stage, ITraversable collection, int index, PinnedRowPosition pinPosition, SystemRowPosition rowPosition, PinnedRowPosition filteredPinPoisition, bool filterByPinPosition)
Parameters
Grid The view info. |
View The stage. |
ITraversable
collection
The collection. |
System. The index. |
Pinned The pin position. |
System The row position. |
Pinned The filtered pin poisition. |
System. The filter by pin position. |
ViewInfoEnumeratorPosition(ViewInfoTraverser.ViewInfoEnumeratorPosition)
Initializes a new instance of the View
Declaration
public ViewInfoEnumeratorPosition(ViewInfoTraverser.ViewInfoEnumeratorPosition position)
Parameters
View 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
Grid The current. |
FilterByPinPosition
Gets the filter by pin position.
Declaration
public bool FilterByPinPosition { get; }
Property Value
System. The filter by pin position. |
FilteredPinPosition
Gets the filtered pin position.
Declaration
public PinnedRowPosition FilteredPinPosition { get; }
Property Value
Pinned The filtered pin position. |
Index
Gets or sets the index.
Declaration
public int Index { get; set; }
Property Value
System. The index. |
PinPosition
Gets the pin position.
Declaration
public PinnedRowPosition PinPosition { get; }
Property Value
Pinned The pin position. |
RowPosition
Gets the row position.
Declaration
public SystemRowPosition RowPosition { get; }
Property Value
System The row position. |
Stage
Gets or sets the stage.
Declaration
public ViewInfoTraverser.Stages Stage { get; set; }
Property Value
View The stage. |
ViewInfo
Gets the view info.
Declaration
public GridViewInfo ViewInfo { get; }
Property Value
Grid The view info. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
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
View The position. |
Returns
System.
|
Implements
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |