SelectedItemText Property (WPFSelector)

Class

WPFSelector.

Action

Gets the text of the first item in the current selection or returns an empty string if the selection is empty.

Syntax

C#
protected String SelectedItemText { get; }
VB
'Declaration
Protected Read Property SelectedItemText As String

Access

Read only.