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
Rad The Rad |
Properties
Item[Int32]
Represents the entry at the specified index of the Rad
Declaration
public GridGroupHeaderList this[int index] { get; }
Parameters
System. The zero-based index of the entry to locate in the collection. |
Property Value
Grid The entry at the specified index of the collection. |
Exceptions
System.
|
Methods
IndexOf(GridViewTemplate)
Returns the index of an element in the collection.
Declaration
public int IndexOf(GridViewTemplate template)
Parameters
Grid The template to search for |
Returns
System. 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
Grid The template to search for |
System. The index in that template |
Returns
System. 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
Grid The template to search for |
System. The index in that template |
System. The count |
Returns
System. 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. The old element index. |
System. The new index. |
RemoveRange(Int32, Int32)
Removes all elements in range.
Declaration
public void RemoveRange(int index, int count)
Parameters
System. the starting index |
System. the number of the elements to remove |
RemoveTail(Int32)
Removes elements from the collection's tail
Declaration
public void RemoveTail(int index)
Parameters
System. the starting index. |