New to Telerik UI for WinFormsStart a free 30-day trial

Represents a collection containing GridGroupHeaderList items.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridGroupHeaderListsCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable

Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionGridGroupHeaderListsCollection

Implements: ICollectionIEnumerableIList

Inherited Members RadItemOwnerCollection.OnItemsChanged(RadItem, ItemsChangeOperation)RadItemOwnerCollection.OnSetComplete(int, object, object)RadItemOwnerCollection.OnClear()RadItemOwnerCollection.OnInsertComplete(int, object)RadItemOwnerCollection.OnRemoveComplete(int, object)RadItemOwnerCollection.OnSortComplete()RadItemOwnerCollection.OwnerRadItemCollection.OnValidate(object)RadItemCollection.SuspendNotifications()RadItemCollection.ResumeNotifications()RadItemCollection.GetEnumerator()RadItemCollection.OnRemove(int, object)RadItemCollection.OnSet(int, object, object)RadItemCollection.OnClearComplete()RadItemCollection.OnSort()RadItemCollection.Add(RadItem)RadItemCollection.AddRange(params RadItem[])RadItemCollection.AddRange(RadItemCollection)RadItemCollection.Insert(int, RadItem)RadItemCollection.Remove(RadItem)RadItemCollection.Sort()RadItemCollection.Sort(IComparer)RadItemCollection.Sort(int, int, IComparer)RadItemCollection.Contains(RadItem)RadItemCollection.IndexOf(RadItem)RadItemCollection.CopyTo(RadItem[], int)RadItemCollection.ToArray()RadItemCollection.ItemTypesRadItemCollection.ExcludedTypesRadItemCollection.SealedTypesRadItemCollection.DefaultTypeRadItemCollection.FirstRadItemCollection.LastRadItemCollection.this[string]RadItemCollection.ItemsChangedCollectionBase.Clear()CollectionBase.RemoveAt(int)CollectionBase.OnInsert(int, object)CollectionBase.InnerListCollectionBase.ListCollectionBase.CapacityCollectionBase.Count...

Constructors

Initializes a new instance of the GridGroupHeaderListsCollection class.

C#
public GridGroupHeaderListsCollection(RadElement owner)
Parameters:ownerRadElement

The RadElement, owner of this collection./>

Properties

Represents the entry at the specified index of the RadItem.

C#
public GridGroupHeaderList this[int index] { get; }
Parameters:indexint

The zero-based index of the entry to locate in the collection.

Property Value:

The entry at the specified index of the collection.

Exceptions:

ArgumentOutOfRangeException

index is outside the valid range of indexes for the collection.

Methods

Returns the index of an element in the collection.

C#
public int IndexOf(GridViewTemplate template, int index, int count)
Parameters:templateGridViewTemplate

The template to search for

indexint

The index in that template

countint

The count

Returns:

int

The index of the element

Returns the index of an element in the collection.

C#
public int IndexOf(GridViewTemplate template, int index)
Parameters:templateGridViewTemplate

The template to search for

indexint

The index in that template

Returns:

int

The index of the element

Returns the index of an element in the collection.

C#
public int IndexOf(GridViewTemplate template)
Parameters:templateGridViewTemplate

The template to search for

Returns:

int

The index of the element

Changes the place of an element in the collection.

C#
public void Move(int oldIndex, int newIndex)
Parameters:oldIndexint

The old element index.

newIndexint

The new index.

Removes all elements in range.

C#
public void RemoveRange(int index, int count)
Parameters:indexint

the starting index

countint

the number of the elements to remove

Removes elements from the collection's tail

C#
public void RemoveTail(int index)
Parameters:indexint

the starting index.