Represents a collection containing the system rows in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewSystemRowCollection : IReadOnlyCollection<GridViewSystemRowInfo>, IEnumerable, ITraversable
Inheritance: objectGridViewSystemRowCollection
Implements:
Constructors
Initializes a new instance of the GridViewSystemRowCollection class.
public GridViewSystemRowCollection(GridViewInfo viewInfo)
The view info.
Properties
Items
IList<GridViewSystemRowInfo>
Gets the items.
protected IList<GridViewSystemRowInfo> Items { get; }
The items.
Gets the item at the specified index.
Methods
Determines whether the specified value is contained.
public bool Contains(GridViewSystemRowInfo value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Implements:
Copies the system rows collection to an array.
public void CopyTo(GridViewSystemRowInfo[] array, int index)
The array.
indexintThe index.
Implements:
Returns an enumerator that iterates through the collection.
public IEnumerator<GridViewSystemRowInfo> GetEnumerator()
IEnumerator<GridViewSystemRowInfo>
A IEnumerator<T> that can be used to iterate through the collection.
Returns the index of the system row.
public int IndexOf(GridViewSystemRowInfo value)
The value.
Returns:Implements: