Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewChildRowCollection : IReadOnlyCollection<GridViewRowInfo>, IList, ICollection, IEnumerable, ITraversable
Inheritance: objectGridViewChildRowCollection
Implements:
Constructors
Initializes a new instance of the GridViewChildRowCollection class.
C#
public GridViewChildRowCollection()
Fields
C#
public static GridViewChildRowCollection Empty
C#
protected IReadOnlyCollection<GridViewRowInfo> rows
Properties
Methods
Determines whether [contains] [the specified item].
C#
public virtual bool Contains(GridViewRowInfo item)
The item.
Returns:true if [contains] [the specified item]; otherwise, false.
Implements:
Copies to.
C#
public void CopyTo(GridViewRowInfo[] array, int arrayIndex)
The array.
arrayIndexintIndex of the array.
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.
Indexes the of.
C#
public virtual int IndexOf(GridViewRowInfo item)
The item.
Returns:Implements:
Loads the specified rows.
Loads the specified rows.
C#
public void Load(IReadOnlyCollection<GridViewRowInfo> rows)
The rows.