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
Initializes a new instance of the GridGroupHeaderListsCollection class.
public GridGroupHeaderListsCollection(RadElement owner)
The RadElement, owner of this collection./>
Properties
Represents the entry at the specified index of the RadItem.
public GridGroupHeaderList this[int index] { get; }
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
Returns the index of an element in the collection.
public int IndexOf(GridViewTemplate template, int index, int count)
The template to search for
indexintThe index in that template
countintThe count
Returns:The index of the element
Returns the index of an element in the collection.
public int IndexOf(GridViewTemplate template, int index)
The template to search for
indexintThe index in that template
Returns:The index of the element
Returns the index of an element in the collection.
public int IndexOf(GridViewTemplate template)
The template to search for
Returns:The index of the element
Removes elements from the collection's tail