The properties of System.Windows.Forms.ListViewGroup are listed below. For a list of all members, see the ListViewGroup Members list.
See Also: Inherited members from System.Object
Header | string.
Gets or sets the header text for the group. | |
HeaderAlignment | HorizontalAlignment.
Gets or sets the alignment of the group header text. | |
[read-only] | Items | ListView.ListViewItemCollection.
Gets a collection containing all items associated with this group. |
[read-only] | ListView | ListView.
Gets the System.Windows.Forms.ListView control that contains this group. |
Name | string.
Gets or sets the name of the group. | |
Tag | object.
Gets or sets the object that contains data about the group. |