ClassGridGroupHeaderListsCollection
Represents a collection containing GridGroupHeaderList items.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridGroupHeaderListsCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable
Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionGridGroupHeaderListsCollection
Implements:
Inherited Members
Constructors
GridGroupHeaderListsCollection(RadElement)
Initializes a new instance of the GridGroupHeaderListsCollection class.
Declaration
public GridGroupHeaderListsCollection(RadElement owner)
Parameters
owner
The RadElement, owner of this collection./>
Properties
this[int]
Represents the entry at the specified index of the RadItem.
Declaration
public GridGroupHeaderList this[int index] { get; }
Parameters
index
The zero-based index of the entry to locate in the collection.
Property Value
The entry at the specified index of the collection.
Exceptions
index is outside the valid range of indexes for the collection.
Methods
IndexOf(GridViewTemplate)
Returns the index of an element in the collection.
Declaration
public int IndexOf(GridViewTemplate template)
Parameters
template
The template to search for
Returns
The index of the element
IndexOf(GridViewTemplate, int)
Returns the index of an element in the collection.
Declaration
public int IndexOf(GridViewTemplate template, int index)
Parameters
template
The template to search for
index
The index in that template
Returns
The index of the element
IndexOf(GridViewTemplate, int, int)
Returns the index of an element in the collection.
Declaration
public int IndexOf(GridViewTemplate template, int index, int count)
Parameters
template
The template to search for
index
The index in that template
count
The count
Returns
The index of the element
Move(int, int)
Changes the place of an element in the collection.
RemoveRange(int, int)
Removes all elements in range.
RemoveTail(int)
Removes elements from the collection's tail
Declaration
public void RemoveTail(int index)
Parameters
index
the starting index.