SelectedItemTexts Property (WPFMultiSelector)

Action

Gets the text of the items in the MultiSelector that are selected.

Syntax

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

Access

Read only.