Click or drag to resize

ListViewColumns Property

Gets the collection of all column headers that appear in the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ListViewColumnHeaderCollection Columns { get; }

Property Value

Type: ListViewColumnHeaderCollection
A ListViewColumnHeaderCollection that represents the column headers that appear when the View property is set to View.Details.
See Also