ListViewGroupCollection Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of groups in the collection. |
![]() | Item[Int32] | Gets or sets the ListViewGroup at the specified index within the collection. |
![]() | Item[String^] | Gets or sets the ListViewGroup with the specified ListViewGroup::Name property value. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the collection. |
![]() ![]() | IList::IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
![]() ![]() | IList::IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() ![]() | IList::Item[Int32] | Gets or sets the ListViewGroup at the specified index within the collection. |


