System.Windows.Forms.ListViewGroup Members

The members of System.Windows.Forms.ListViewGroup are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

Headerstring.

Gets or sets the header text for the group.

HeaderAlignmentHorizontalAlignment.

Gets or sets the alignment of the group header text.

[read-only]
ItemsListView.ListViewItemCollection.

Gets a collection containing all items associated with this group.

[read-only]
ListViewListView.

Gets the System.Windows.Forms.ListView control that contains this group.

Namestring.

Gets or sets the name of the group.

Tagobject.

Gets or sets the object that contains data about the group.

Public Methods

override
ToString() : string
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members