ListViewGroupCollection::Remove Method (ListViewGroup^)
.NET Framework (current version)
Removes the specified ListViewGroup from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- group
-
Type:
System.Windows.Forms::ListViewGroup^
The ListViewGroup to remove from the collection.
Use this method to remove a group from the collection when you have a reference to the group. Note that removing a group from the ListView::Groups collection does not remove items from the ListView control.
To remove a group at a particular index, use the RemoveAt method instead. To remove all the groups from the collection, use the Clear method.
.NET Framework
Available since 2.0
Available since 2.0
Show: