ListViewGroupCollection Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(ListViewGroup^) | Adds the specified ListViewGroup to the collection. |
![]() | Add(String^, String^) | Adds a new ListViewGroup to the collection using the specified values to initialize the Name and Header properties |
![]() | AddRange(array<ListViewGroup^>^) | Adds an array of groups to the collection. |
![]() | AddRange(ListViewGroupCollection^) | Adds the groups in an existing ListViewGroupCollection to the collection. |
![]() | Clear() | Removes all groups from the collection. |
![]() | Contains(ListViewGroup^) | Determines whether the specified group is located in the collection. |
![]() | CopyTo(Array^, Int32) | Copies the groups in the collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator used to iterate through the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(ListViewGroup^) | Returns the index of the specified ListViewGroup within the collection. |
![]() | Insert(Int32, ListViewGroup^) | Inserts the specified ListViewGroup into the collection at the specified index. |
![]() | MemberwiseClone() | |
![]() | Remove(ListViewGroup^) | Removes the specified ListViewGroup from the collection. |
![]() | RemoveAt(Int32) | Removes the ListViewGroup at the specified index within the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds a new ListViewGroup to the ListViewGroupCollection. |
![]() ![]() | IList::Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified value is located in the collection. |
![]() ![]() | IList::IndexOf(Object^) | Returns the index within the collection of the specified value. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts a ListViewGroup into the ListViewGroupCollection. |
![]() ![]() | IList::Remove(Object^) | Removes the ListViewGroup from the ListViewGroupCollection. |



