ListViewGroup Constructor
.NET Framework 4.5
Initializes a new instance of the ListViewGroup class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ListViewGroup() | Initializes a new instance of the ListViewGroup class using the default header text of "ListViewGroup" and the default left header alignment. |
|
ListViewGroup(String) | Initializes a new instance of the ListViewGroup class using the specified value to initialize the Header property and using the default left header alignment. |
|
ListViewGroup(String, String) | Initializes a new instance of the ListViewGroup class using the specified values to initialize the Name and Header properties. |
|
ListViewGroup(String, HorizontalAlignment) | Initializes a new instance of the ListViewGroup class using the specified header text and the specified header alignment. |