ListViewGroup::Header Property

 

Gets or sets the header text for the group.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Header {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text to display for the group header. The default is "ListViewGroup".

Use this property to retrieve the header text or to change the header value at run time. You can also set the header text in the ListViewGroup constructor.

.NET Framework
Available since 2.0
Return to top
Show: