ListViewGroupCollection::Count Property
.NET Framework (current version)
Gets the number of groups in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
ICollection::CountUse this property to determine the number of groups in the collection. This is useful when you need to loop through the collection and perform the same operation on each group. You can also use the IEnumerator returned by the GetEnumerator method to iterate through the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: