ClassGridViewSystemRowCollection
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
GridViewSystemRowCollection(GridViewInfo)
Initializes a new instance of the GridViewSystemRowCollection class.
Declaration
public GridViewSystemRowCollection(GridViewInfo viewInfo)
Parameters
viewInfo
The view info.
Properties
Count
Gets the count.
Items
Gets the items.
Declaration
protected IList<GridViewSystemRowInfo> Items { get; }
Property Value
IList<GridViewSystemRowInfo>
The items.
this[int]
Gets the item at the specified index.
Declaration
public GridViewSystemRowInfo this[int index] { get; }
Parameters
index
Property Value
Implements
Methods
Contains(GridViewSystemRowInfo)
Determines whether the specified value is contained.
Declaration
public bool Contains(GridViewSystemRowInfo value)
Parameters
value
The value.
Returns
true if [contains] [the specified value]; otherwise, false.
Implements
CopyTo(GridViewSystemRowInfo[], int)
Copies the system rows collection to an array.
Declaration
public void CopyTo(GridViewSystemRowInfo[] array, int index)
Parameters
array
The array.
index
The index.
Implements
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<GridViewSystemRowInfo> GetEnumerator()
Returns
IEnumerator<GridViewSystemRowInfo>
A IEnumerator<T> that can be used to iterate through the collection.
IndexOf(GridViewSystemRowInfo)
Returns the index of the system row.
Declaration
public int IndexOf(GridViewSystemRowInfo value)
Parameters
value
The value.
Returns
Implements
Move(int, int)
Moves the row from the specified index to the new one.