SelectedItem Property (WPFSelector)

Class

WPFSelector.

Action

Gets the first item in the current selection or returns null (Nothing in Visual Basic) if the selection is empty.

Syntax

C#
protected WPFBase SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As WPFBase

Access

Read only.