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