ColumnHeader::ListView Property

 

Gets the ListView control the ColumnHeader is located in.

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

public:
[BrowsableAttribute(false)]
property ListView^ ListView {
	ListView^ get();
}

Property Value

Type: System.Windows.Forms::ListView^

A ListView control that represents the control that contains the ColumnHeader.

You can use this property to determine which ListView control a specific ColumnHeader object is associated with.

.NET Framework
Available since 1.1
Return to top
Show: