SelectedItems Property (WPFMultiSelector)

Action

Gets the items in the MultiSelector that are selected.

Syntax

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

Access

Read only.