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