Click or drag to resize

ListViewItems Property

Gets a collection containing all items 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 ListViewListViewItemCollection Items { get; }

Property Value

Type: ListViewListViewItemCollection
A ListViewListViewItemCollection that contains all the items in the ListView control.
See Also