ListViewGroupCollection::Remove Method (ListViewGroup^)

 

Removes the specified ListViewGroup from the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Remove(
	ListViewGroup^ group
)

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
Return to top
Show: