The members of System.Windows.Forms.ListViewGroup are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Windows.Forms.ListViewGroup class using the default header text of "ListViewGroup" and the default left header alignment. | ||
Initializes a new instance of the System.Windows.Forms.ListViewGroup class using the specified value to initialize the ListViewGroup.Header property and using the default left header alignment. | ||
Initializes a new instance of the System.Windows.Forms.ListViewGroup class using the specified values to initialize the ListViewGroup.Name and ListViewGroup.Header properties. | ||
Initializes a new instance of the System.Windows.Forms.ListViewGroup class using the specified header text and the specified header alignment. |
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. |
System.Runtime.Serialization.ISerializable.GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. |