Represents a collection that stores that stores the pinned rows
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewPinnedRowCollection : IReadOnlyCollection<GridViewRowInfo>, IEnumerable, ITraversable
Inheritance: objectGridViewPinnedRowCollection
Implements:
Constructors
Initializes a new instance of the GridViewPinnedRowCollection class.
C#
public GridViewPinnedRowCollection(GridViewInfo viewInfo)
The view info.
Properties
Gets the item at the specified index.
Methods
Determines whether pinned rows collection contains the specified row.
C#
public bool Contains(GridViewRowInfo item)
true if [contains] [the specified value]; otherwise, false.
Implements:
Copies to the array starting at the specified index.
C#
public void CopyTo(GridViewRowInfo[] array, int index)
The array.
indexintThe index.
Implements:
Returns an enumerator that iterates through the collection.
C#
public IEnumerator<GridViewRowInfo> GetEnumerator()
IEnumerator<GridViewRowInfo>
A IEnumerator<T> that can be used to iterate through the collection.
Returns the index of the specific item.