Click or drag to resize

ListViewMultiSelect Property

Gets or sets a value indicating whether multiple items can be selected.

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 bool MultiSelect { get; set; }

Property Value

Type: Boolean
true if multiple items in the control can be selected at one time; otherwise, false. The default is false.
See Also