SelectedItem Property (SLListBox)

Class

SLListBox.

Action

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

Syntax

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

Access

Read only.