Class
GridGroupHeaderListsCollection

Represents a collection containing GridGroupHeaderList items.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
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

GridGroupHeaderListsCollection(RadElement)

Initializes a new instance of the GridGroupHeaderListsCollection class.

Declaration

cs-api-definition
public GridGroupHeaderListsCollection(RadElement owner)

Parameters

owner

RadElement

The RadElement, owner of this collection./>

Properties

this[int]

Represents the entry at the specified index of the RadItem.

Declaration

cs-api-definition
public GridGroupHeaderList this[int index] { get; }

Parameters

index

int

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

ArgumentOutOfRangeException

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

Methods

IndexOf(GridViewTemplate)

Returns the index of an element in the collection.

Declaration

cs-api-definition
public int IndexOf(GridViewTemplate template)

Parameters

template

GridViewTemplate

The template to search for

Returns

int

The index of the element

IndexOf(GridViewTemplate, int)

Returns the index of an element in the collection.

Declaration

cs-api-definition
public int IndexOf(GridViewTemplate template, int index)

Parameters

template

GridViewTemplate

The template to search for

index

int

The index in that template

Returns

int

The index of the element

IndexOf(GridViewTemplate, int, int)

Returns the index of an element in the collection.

Declaration

cs-api-definition
public int IndexOf(GridViewTemplate template, int index, int count)

Parameters

template

GridViewTemplate

The template to search for

index

int

The index in that template

count

int

The count

Returns

int

The index of the element

Move(int, int)

Changes the place of an element in the collection.

Declaration

cs-api-definition
public void Move(int oldIndex, int newIndex)

Parameters

oldIndex

int

The old element index.

newIndex

int

The new index.

RemoveRange(int, int)

Removes all elements in range.

Declaration

cs-api-definition
public void RemoveRange(int index, int count)

Parameters

index

int

the starting index

count

int

the number of the elements to remove

RemoveTail(int)

Removes elements from the collection's tail

Declaration

cs-api-definition
public void RemoveTail(int index)

Parameters

index

int

the starting index.