SelectedItem Property (SLComboBox)

Class

SLComboBox.

Action

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

Syntax

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

Access

Read only.