SelectedItems Property (ListView)

Class

ListView.

Action

Gets a list containing the selected items.

Syntax

C#
protected List(Of ItemIdentifier) SelectedItems { get; }
VB
'Declaration
Protected Read Property SelectedItems As List(Of ItemIdentifier)

Access

Read only.