GridGroupHeaderListsCollection Methods |
The GridGroupHeaderListsCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds a RadItem with the specified value to the Telerik.WinControls.RadItemCollection . |
![]() | AddRange(RadItem) | Copies the elements of an array to the end of the RadItemCollection. |
![]() | AddRange(RadItemCollection) | Adds the contents of another RadItemCollection to the end of the collection. |
![]() | Contains | Gets a value indicating whether the RadItemCollection contains the specified RadItem. |
![]() | CopyTo | Copies the RadItemCollection values to a one-dimensional Array instance at the specified index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the RadItemCollection . |
![]() | IndexOf(GridViewTemplate) |
Returns the index of an element in the collection.
|
![]() | IndexOf(RadItem) | Returns the index of a RadItem in the RadItemCollection . |
![]() | IndexOf(GridViewTemplate, Int32) |
Returns the index of an element in the collection.
|
![]() | IndexOf(GridViewTemplate, Int32, Int32) |
Returns the index of an element in the collection.
|
![]() | Insert | Inserts a RadItem into the RadItemCollection at the specified index. |
![]() | Move |
Changes the place of an element in the collection.
|
![]() | OnClear | (Inherited from RadItemOwnerCollection.) |
![]() | OnClearComplete | (Inherited from RadItemCollection.) |
![]() | OnInsertComplete | (Inherited from RadItemOwnerCollection.) |
![]() | OnItemsChanged | (Inherited from RadItemOwnerCollection.) |
![]() | OnRemove | (Inherited from RadItemCollection.) |
![]() | OnRemoveComplete | (Inherited from RadItemOwnerCollection.) |
![]() | OnSet | (Inherited from RadItemCollection.) |
![]() | OnSetComplete | (Inherited from RadItemOwnerCollection.) |
![]() | OnSort | (Inherited from RadItemCollection.) |
![]() | OnSortComplete | (Inherited from RadItemOwnerCollection.) |
![]() | OnValidate | (Inherited from RadItemCollection.) |
![]() | Remove | Removes a specific RadItem from the RadItemCollection . |
![]() | RemoveRange |
Removes all elements in range.
|
![]() | RemoveTail |
Removes elements from the collection's tail
|
![]() | ResumeNotifications | (Inherited from RadItemCollection.) |
![]() | Sort | Sorts the elements in the entire RadElementCollection using the IComparable implementation of each element. |
![]() | Sort(IComparer) | Sorts the elements in the entire RadElementCollection using the specified comparer. |
![]() | Sort(Int32, Int32, IComparer) | Sorts the elements in a range of elements in RadElementCollection using the specified comparer. |
![]() | SuspendNotifications | (Inherited from RadItemCollection.) |
![]() | ToArray | Retrieves an array of the items in the collection. (Inherited from RadItemCollection.) |