Property ListView
ListView
Gets the ListView control the ListViewColumn is located in.
[Browsable(false)]
public ListView? ListView { get; }
Property Value
- ListView
A ListView control that represents the control that contains the ListViewColumn.
Remarks
You can use this property to determine which ListView control a specific ListViewColumn object is associated with.